'Declaration Public Sub RemoveColumnRange( _
ByVal worksheetThe worksheet.As Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet, _
ByVal columnIndexThe index of the first column to remove.As System.Int32, _
ByVal columnCountThe count of columns to remove.As System.Int32 _
)
public void RemoveColumnRange(
Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet worksheet,
System.Int32 columnIndex,
System.Int32 columnCount
)
public: void RemoveColumnRange(
Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet* worksheet,
System.Int32 columnIndex,
System.Int32 columnCount
)
public:
void RemoveColumnRange(
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 remove.
- columnCount
- The count of columns to remove.