Skip to main content
A newer version of this page is available. .

CustomDrawColumnHeaderEventArgs.ColumnIndex Property

Returns the column index of the column header being painted.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.XtraSpreadsheet.v19.1.dll

Declaration

public int ColumnIndex { get; }

Property Value

Type Description
Int32

An integer that is the zero-based worksheet column index.

See Also