'Declaration Public Sub ClearCellsContents( _
ByVal cellsToClearCells, which should be cleared.As Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferences, _
ByVal ParamArray exceptionCellsCells, which should be skipped.() As Vintasoft.Imaging.Office.Spreadsheet.Document.CellReference _
)
public void ClearCellsContents(
Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferences cellsToClear,
params Vintasoft.Imaging.Office.Spreadsheet.Document.CellReference[] exceptionCells
)
public: void ClearCellsContents(
Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferences* cellsToClear,
params Vintasoft.Imaging.Office.Spreadsheet.Document.CellReference*[]* exceptionCells
)
public:
void ClearCellsContents(
Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferences^ cellsToClear,
... array<Vintasoft.Imaging.Office.Spreadsheet.Document.CellReference^>^ exceptionCells
)
Parameters
- cellsToClear
- Cells, which should be cleared.
- exceptionCells
- Cells, which should be skipped.