'Declaration Public Sub HideColumnRange( _
ByVal worksheetThe worksheet.As Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet, _
ByVal columnIndexThe index of the first column to hide.As System.Int32, _
ByVal columnCountThe count of columns to hide.As System.Int32 _
)
public void HideColumnRange(
Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet worksheet,
System.Int32 columnIndex,
System.Int32 columnCount
)
public: void HideColumnRange(
Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet* worksheet,
System.Int32 columnIndex,
System.Int32 columnCount
)
public:
void HideColumnRange(
Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet^ worksheet,
System.Int32 columnIndex,
System.Int32 columnCount
)
Parameters
- worksheet
- The worksheet.
- columnIndex
- The index of the first column to hide.
- columnCount
- The count of columns to hide.