Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Pattern Class / DefaultFill Property


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