Skip to main content

TdxSpreadSheetCustomConditionalFormattingRule.LoadFromStream(TcxReader) Method

Loads the conditional formatting rule’s settings from a stream via the specified stream reader.

Declaration

procedure LoadFromStream(AReader: TcxReader);

Parameters

Name Type
AReader TcxReader

Remarks

Call this procedure to update the conditional formatting rule’s properties with the corresponding values loaded from a stream, such as the list of areas affected by the rule. Pass a reader object created for the target stream as the AReader parameter.

The LoadFromFile and LoadFromStream procedures provided by the Spreadsheet and Report Designer controls call the LoadFromStream procedure internally to load conditional formatting rules stored in the ExpressSpreadSheet binary format.

Note

All TdxSpreadSheetCustomConditionalFormattingRule class descendants extend the LoadFromStream procedure’s functionality with the capability to load all rule-specific property values.

See Also