'Declaration Public Overridable Property FormatString As String
'Usage Dim instance As GeneralCellType Dim value As String instance.FormatString = value value = instance.FormatString
public virtual string FormatString {get; set;}
'Declaration Public Overridable Property FormatString As String
'Usage Dim instance As GeneralCellType Dim value As String instance.FormatString = value value = instance.FormatString
public virtual string FormatString {get; set;}
The value of a general cell can be a string, a number, or a DateTime object.
The formats supported are the numeric formats and date-time formats in .NET framework.