TdxSpreadSheetCustomConditionalFormattingRule.SaveToStream(TcxWriter) Method
In This Article
Saves the conditional formatting rule’s settings to a stream via the specified stream writer.
#Declaration
Delphi
procedure SaveToStream(AWriter: TcxWriter);
#Parameters
Name | Type |
---|---|
AWriter | Tcx |
#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 Tdx
See Also