Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DefaultSpreadSkin Class / CellFormat Property


In This Topic
    CellFormat Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CellFormat As StyleFormat
    'Usage
     
    
    Dim instance As DefaultSpreadSkin
    Dim value As StyleFormat
     
    value = instance.CellFormat
    public StyleFormat CellFormat {get;}
    See Also