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


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