Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / TableColumn Structure / DataRowFormatting Property


In This Topic
DataRowFormatting Property (TableColumn)
In This Topic
Gets the format to apply to the data row cell of this column.
Syntax
'Declaration
 
Public ReadOnly Property DataRowFormatting As DifferentialFormat
 
'Usage
 
Dim instance As TableColumn
Dim value As DifferentialFormat
 
value = instance.DataRowFormatting

Property Value

A DifferentialFormat represents the format to apply to the data row cell of this column.
See Also