'Declaration Public Sub SetCellsStyleIndex( _
ByVal worksheetThe worksheet.As Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet, _
ByVal cellsSetThe cells set to change.As Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferencesSet, _
ByVal styleIndexThe style index.As System.Int32 _
)
public void SetCellsStyleIndex(
Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet worksheet,
Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferencesSet cellsSet,
System.Int32 styleIndex
)
public: void SetCellsStyleIndex(
Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet* worksheet,
Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferencesSet* cellsSet,
System.Int32 styleIndex
)
public:
void SetCellsStyleIndex(
Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet^ worksheet,
Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferencesSet^ cellsSet,
System.Int32 styleIndex
)
Parameters
- worksheet
- The worksheet.
- cellsSet
- The cells set to change.
- styleIndex
- The style index.