Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / InteriorInfo Class / Pattern Property


In This Topic
    Pattern Property (InteriorInfo)
    In This Topic
    Gets or sets a GrapeCity.Spreadsheet.PatternType value that represents the interior pattern.
    Syntax
    'Declaration
     
    Public Property Pattern As PatternType
    'Usage
     
    Dim instance As InteriorInfo
    Dim value As PatternType
     
    instance.Pattern = value
     
    value = instance.Pattern
    public PatternType Pattern {get; set;}

    Property Value

    A GrapeCity.Spreadsheet.PatternType value represents the interior pattern.
    See Also