ComponentOne FlexGrid for WinForms
Format Property (RowCol)

C1.Win.C1FlexGrid Namespace > RowCol Class : Format Property
Gets or sets a string that specifies how to format the data on this column.
Syntax
'Declaration
 
Public Property Format As String
public string Format {get; set;}
Remarks

The Format property affects how values are formatted for display, not the values stored internally. To retrieve the formatted value of a cell, use the GetDataDisplay(Int32,Int32) property.

The Format string has the same semantics as the format argument in the .NET System.String.Format(System.String,System.Object) method. For details and a complete set of examples, see the .NET documentation.

See Also

Reference

RowCol Class
RowCol Members