'Declaration Public Sub InsertCellsAndShiftRight( _
ByVal worksheetThe worksheet.As Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet, _
ByVal cellsSetThe cells set.As Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferencesSet _
)
public void InsertCellsAndShiftRight(
Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet worksheet,
Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferencesSet cellsSet
)
public: void InsertCellsAndShiftRight(
Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet* worksheet,
Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferencesSet* cellsSet
)
public:
void InsertCellsAndShiftRight(
Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet^ worksheet,
Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferencesSet^ cellsSet
)
Parameters
- worksheet
- The worksheet.
- cellsSet
- The cells set.