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


In This Topic
    Interior Property (IStyle)
    In This Topic
    Returns an IInterior object that represents the interior of the specified object.
    Syntax
    'Declaration
     
    
    ReadOnly Property Interior As IInterior
    'Usage
     
    
    Dim instance As IStyle
    Dim value As IInterior
     
    value = instance.Interior
    IInterior Interior {get;}

    Property Value

    The interior.
    See Also