TdxSpreadSheetCustomConditionalFormattingRule.SaveToStream(TcxWriter) Method
Saves the conditional formatting rule’s settings to a stream via the specified stream writer.
Declaration
procedure SaveToStream(AWriter: TcxWriter);
Parameters
Name | Type |
---|---|
AWriter | TcxWriter |
Remarks
Call this procedure to save the all conditional formatting rule’s property values to a stream. Pass a writer object created for the target stream as the AWriter parameter.
The SaveToFile and SaveToStream procedures provided by the Spreadsheet and Report Designer controls call the SaveToStream procedure internally to save conditional formatting rules to a file or stream in the ExpressSpreadSheet binary format.
Note
All TdxSpreadSheetCustomConditionalFormattingRule class descendants extend the SaveToStream procedure’s functionality with the capability to save all rule-specific property values.
See Also