'Declaration Public Function ChangeCellsStyleProperties( _
ByVal worksheetThe worksheet.As Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet, _
ByVal cellsSetThe cells set to change.As Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferencesSet, _
ByVal changingPropertiesThe dictionary that contains information about properties, which must be changed.As System.Collections.Generic.Dictionary(Of CellStyleProperty,Object) _
) As Boolean
public bool ChangeCellsStyleProperties(
Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet worksheet,
Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferencesSet cellsSet,
System.Collections.Generic.Dictionary<CellStyleProperty,object> changingProperties
)
Parameters
- worksheet
- The worksheet.
- cellsSet
- The cells set to change.
- changingProperties
- The dictionary that contains information about properties, which must be changed.
Return Value
True if an style properties was changed; otherwise, false.