Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ITableStyleElement Interface / Interior Property


In This Topic
    Interior Property (ITableStyleElement)
    In This Topic
    Gets an IInterior object that represents the interior of the table style element.
    Syntax
    'Declaration
     
    
    ReadOnly Property Interior As IInterior
    'Usage
     
    
    Dim instance As ITableStyleElement
    Dim value As IInterior
     
    value = instance.Interior
    IInterior Interior {get;}

    Property Value

    The IInterior object that represents the interior of the table style element.
    See Also