dotnetCHARTING Send comments on this topic.
Value Property
See Also 
dotnetCHARTING Namespace > GridColumn Class : Value Property


Cell value that can be used to specify the data, format, or expression for the column.

Syntax

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

See Also

© 2021 All Rights Reserved.