Skip to main content

TdxSpreadSheetDefinedNames.AddFromStream(TcxReader) Method

Adds a defined name to the collection from a stream object.

Declaration

function AddFromStream(AReader: TcxReader): TdxSpreadSheetDefinedName;

Parameters

Name Type
AReader TcxReader

Returns

Type
TdxSpreadSheetDefinedName

Remarks

This function is designed to fill the defined name collection from a stream object. The AddFromStream function allows the Spreadsheet control to load defined names and references from files and streams. The AReader parameter specifies the reader object used to extract values from stream objects.

See Also