Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / CellStateEventArgs Class / Outline Property


In This Topic
    Outline Property (CellStateEventArgs)
    In This Topic
    Gets a boolean value indicating whether the outline is changed.
    Syntax
    'Declaration
     
    
    Public Property Outline As Boolean
    'Usage
     
    
    Dim instance As CellStateEventArgs
    Dim value As Boolean
     
    instance.Outline = value
     
    value = instance.Outline
    public bool Outline {get; set;}
    See Also