[]
Gets the rectangle of the cell in the column footer.
public Rectangle GetColumnFooterCellRectangle(int columnViewportIndex, int row, int column)
Public Function GetColumnFooterCellRectangle(columnViewportIndex As Integer, row As Integer, column As Integer) As Rectangle
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 |
Type | Description |
---|---|
Rectangle | A Rectangle objects. |