[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SpreadView.GetColumnHeaderCellRectangle

GetColumnHeaderCellRectangle Method

GetColumnHeaderCellRectangle(int, int, int)

Gets the rectangle of the cell in the column header.

Declaration
public Rectangle GetColumnHeaderCellRectangle(int columnViewportIndex, int row, int column)
Public Function GetColumnHeaderCellRectangle(columnViewportIndex As Integer, row As Integer, column As Integer) As Rectangle
Parameters
Type Name Description
int columnViewportIndex

Index of the column of the viewport

int row

Row index of the cell

int column

Column index of the cell

Returns
Type Description
Rectangle