Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.IO.OpenXml Namespace / ExportContext Class / GetCellStyle Method
An integer value indicates the cell style ID.


In This Topic
GetCellStyle Method
In This Topic
Gets the style format from the specified
Syntax
'Declaration
 
Public Function GetCellStyle( _
   ByVal cellStyleId As Integer _
) As StyleFormat
 
'Usage
 
Dim instance As ExportContext
Dim cellStyleId As Integer
Dim value As StyleFormat
 
value = instance.GetCellStyle(cellStyleId)

Parameters

cellStyleId
An integer value indicates the cell style ID.

Return Value

The GrapeCity.Spreadsheet.StyleFormat value represents cell's style format.
See Also