'Declaration Public Sub ShowRowRange( _
ByVal worksheetThe worksheet.As Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet, _
ByVal rowIndexThe index of the first row to show.As System.Int32, _
ByVal rowCountThe count of rows to show.As System.Int32 _
)
public void ShowRowRange(
Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet worksheet,
System.Int32 rowIndex,
System.Int32 rowCount
)
public: void ShowRowRange(
Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet* worksheet,
System.Int32 rowIndex,
System.Int32 rowCount
)
public:
void ShowRowRange(
Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet^ worksheet,
System.Int32 rowIndex,
System.Int32 rowCount
)
Parameters
- worksheet
- The worksheet.
- rowIndex
- The index of the first row to show.
- rowCount
- The count of rows to show.