Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IStyle Interface / IncludeAlignment Property


In This Topic
    IncludeAlignment Property
    In This Topic
    Gets a value indicating whether the style includes the alignment properties.
    Syntax
    'Declaration
     
    
    Property IncludeAlignment As Boolean
    'Usage
     
    
    Dim instance As IStyle
    Dim value As Boolean
     
    instance.IncludeAlignment = value
     
    value = instance.IncludeAlignment
    bool IncludeAlignment {get; set;}

    Property Value

    true if the style includes the alignment properties; otherwise, false.
    See Also