XlsWorksheet HideRows Method |
Namespace: Spire.Xls.Core.Spreadsheet
public void HideRows( int rowIndex, int rowCount )
Public Sub HideRows ( rowIndex As Integer, rowCount As Integer )
public: void HideRows( int rowIndex, int rowCount )
member HideRows : rowIndex : int * rowCount : int -> unit