[]
Invalidates row header cells.
protected void InvalidateRowHeaderCells(int row, int column, int rowCount, int columnCount)
Protected Sub InvalidateRowHeaderCells(row As Integer, column As Integer, rowCount As Integer, columnCount As Integer)
Type | Name | Description |
---|---|---|
int | row | Starting row index |
int | column | Starting column index |
int | rowCount | Number of rows |
int | columnCount | Number of columns |