'Declaration Public Sub FillCells( _
ByVal worksheetThe focused worksheet.As Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet, _
ByVal cellsSetThe cells set.As Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferencesSet, _
ByVal fillDirectionThe fill direction.As CellsFillDirection _
)
public void FillCells(
Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet worksheet,
Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferencesSet cellsSet,
CellsFillDirection fillDirection
)
Parameters
- worksheet
- The focused worksheet.
- cellsSet
- The cells set.
- fillDirection
- The fill direction.