dotnetCHARTING Send comments on this topic.
DataGridFormatString Property
See Also 
dotnetCHARTING Namespace > DataEngine Class : DataGridFormatString Property


Gets or sets the format string which determines number formatting in the datagrid.

Syntax

Visual Basic (Declaration) 
Public Property DataGridFormatString As String
Visual Basic (Usage)Copy Code
Dim instance As DataEngine
Dim value As String
 
instance.DataGridFormatString = value
 
value = instance.DataGridFormatString
C# 
public string DataGridFormatString {get; set;}

Example

Remarks

See 'Formatting Types' in your msdn documentation for a complete list of options.



Some shortcuts are also provided for specific settings including "C" or "currency" , "E" or "scientific" , "F" or "fixed" , "G" or "general" and "N,2" for normal and the number after the comma determines the number of decimal places.

See Also

© 2010 All Rights Reserved.