Spread Windows Forms 12.0 Product Documentation
DataRowFormatting Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > TableColumn Structure : DataRowFormatting Property
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
public DifferentialFormat DataRowFormatting {get;}

Property Value

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

Reference

TableColumn Structure
TableColumn Members