'Declaration Public Function New( _
ByVal worksheetThe worksheet that is assiciated with this clipboard.As Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet, _
ByVal cellsThe cells, which are assiciated with this clipboard.As Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferences, _
ByVal isCutA value indicating whether cells must be cutted.As Boolean _
)
public SheetCellsClipboard(
Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet worksheet,
Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferences cells,
bool isCut
)
public: SheetCellsClipboard(
Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet* worksheet,
Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferences* cells,
bool isCut
)
public:
SheetCellsClipboard(
Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet^ worksheet,
Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferences^ cells,
bool isCut
)
Parameters
- worksheet
- The worksheet that is assiciated with this clipboard.
- cells
- The cells, which are assiciated with this clipboard.
- isCut
- A value indicating whether cells must be cutted.