'Declaration Public Overloads Sub InvalidateRows( _ ByVal row As Integer, _ ByVal rowCount As Integer, _ ByVal sheetArea As SheetArea _ )
'Usage Dim instance As GcSpreadSheet Dim row As Integer Dim rowCount As Integer Dim sheetArea As SheetArea instance.InvalidateRows(row, rowCount, sheetArea)
Parameters
- row
- The start row index.
- rowCount
- The row count.
- sheetArea
- The invalid sheet area.