TdxSpreadSheetColumnHelper Class
In This Article
Implements spreadsheet column identification methods.
#Declaration
Delphi
TdxSpreadSheetColumnHelper = class(
TdxSpreadSheetColumnReferences
)
#Remarks
This helper object provides the following class functions that allow you to:
Obtain the zero-based index of a column specified by its name displayed in a worksheet’s column header (IndexByName);
Obtain the name displayed in a worksheet’s column header of a column specified by its zero-based index (NameByIndex).
#Inheritance
TObject
TdxSpreadSheetColumnReferences
TdxSpreadSheetColumnHelper
See Also