MultiRow Windows Forms > Developer's Guide > Using MultiRow > MultiRow Architecture > Format String |
One of the key features of MultiRow is its support of format strings compatible with the .NET Framework.
The following features use the same format strings as the .NET Framework.
For details about the .NET Framework format settings, refer to the .NET Framework Developer's Guide Formatting Overview http://msdn.microsoft.com/library/26etazsy%28VS.80%29.aspx. The following feature uses independent formats.
If you specify "%1%" with this property, it shows continuous numbering, 1, 2, 3, 4, based on the number of rows. Use "%A%" for an alphabetic display. For more details, refer to RowHeaderCell.ValueFormat property.
The .NET Framework provides formats for numeric values, dates, time, and enumerations. To implement these formats, the corresponding data type for the cell needs to be of the same type. For example, even when you specify numeric format for a text type cell, the value entered by the user would still be text type, so formatting would not be applied to this entry. In order to specify numeric format, the data type of the cell also needs to be numeric.
The culture that can be set with the following properties is compatible with the .NET Framework.
The above members provide essentially the same functionality as the following .NET Framework features.