Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Pattern Class / Fill Property


In This Topic
    Fill Property (Pattern)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property Fill As FillInfo
    'Usage
     
    
    Dim instance As Pattern
    Dim value As FillInfo
     
    instance.Fill = value
     
    value = instance.Fill
    public FillInfo Fill {get; set;}
    See Also