Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpreadSheetColumnHelper Class

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