Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / DisplayFormat Class / Interior Property


In This Topic
    Interior Property (DisplayFormat)
    In This Topic
    Gets an IInterior object that represents the interior of the associated DisplayFormat object as it is displayed in the current user interface.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Interior As IInterior
    'Usage
     
    
    Dim instance As DisplayFormat
    Dim value As IInterior
     
    value = instance.Interior
    public IInterior Interior {get;}

    Property Value

    The interior of the associated DisplayFormat object.
    See Also