Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Fill Structure / PatternType Property


In This Topic
    PatternType Property
    In This Topic
    Gets the fill pattern type of this pattern fill.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property PatternType As PatternType
    'Usage
     
    
    Dim instance As Fill
    Dim value As PatternType
     
    value = instance.PatternType
    public PatternType PatternType {get;}

    Property Value

    A PatternType value represents the fill pattern type of this pattern fill.
    See Also