[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SpreadView.GetRowHeaderCellRectangle

GetRowHeaderCellRectangle Method

GetRowHeaderCellRectangle(int, int, int)

Gets the rectangle of the cell in the row header.

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

Index of the row of the viewport

int row

Row index of the cell

int column

Column index of the cell

Returns
Type Description
Rectangle