Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IInterior Interface / ApplyInterior Method
The fill's setting


In This Topic
    ApplyInterior Method
    In This Topic
    Apply fill's setting for whole the fill
    Syntax
    'Declaration
     
    
    Sub ApplyInterior( _
       ByVal fill As Fill _
    ) 
    'Usage
     
    
    Dim instance As IInterior
    Dim fill As Fill
     
    instance.ApplyInterior(fill)
    void ApplyInterior( 
       Fill fill
    )

    Parameters

    fill
    The fill's setting
    See Also