FormatString Property (CellInfo)
In This Topic
Gets or sets the format string.
Syntax
'Declaration
Public Property FormatString As String
'Usage
Dim instance As CellInfo
Dim value As String
instance.FormatString = value
value = instance.FormatString
public string FormatString {get; set;}
See Also