'Declaration Public Function GetCommonCellsStyleProperties( _
ByVal worksheetThe worksheet.As Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet, _
ByVal cellsSetThe cells set.As Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferencesSet _
) As System.Collections.Generic.Dictionary(Of CellStyleProperty,Object)
public System.Collections.Generic.Dictionary<CellStyleProperty,object> GetCommonCellsStyleProperties(
Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet worksheet,
Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferencesSet cellsSet
)
Parameters
- worksheet
- The worksheet.
- cellsSet
- The cells set.
Return Value
A dictionary that contains common style properties for cells.