GetCellStyle(Int32,C1DisplayColumn,Boolean,Boolean) Method
In This Topic
Returns a
C1.Win.TrueDBGrid.Style that is applied to the specified cell.
Syntax
'Declaration
Public Overloads Function GetCellStyle( _
ByVal As System.Integer, _
ByVal As C1DisplayColumn, _
Optional ByVal As System.Boolean, _
Optional ByVal As System.Boolean _
) As Style
public Style GetCellStyle(
System.int ,
C1DisplayColumn ,
System.bool ,
System.bool
)
Parameters
- row
- Row index.
- dc
- Split column.
- ignoreSelection
- Ignore selection style.
- ignoreFetchRowStyle
- Ignore user custom style.
See Also