Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellInfo Class / FormatInfo Property


In This Topic
    FormatInfo Property
    In This Topic
    Gets or sets the format information.
    Syntax
    'Declaration
     
    
    Public Property FormatInfo As IFormatProvider
    'Usage
     
    
    Dim instance As CellInfo
    Dim value As IFormatProvider
     
    instance.FormatInfo = value
     
    value = instance.FormatInfo
    public IFormatProvider FormatInfo {get; set;}
    See Also