The coordinates of column header represented by their row and column indexes.

interface GridColumnHeaderIndexCoordinates {
    colIndex: number;
}

Properties

Properties

colIndex: number