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