Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IInterior Interface / PatternColor Property


In This Topic
    PatternColor Property (IInterior)
    In This Topic
    Gets or sets the color of the interior pattern.
    Syntax
    'Declaration
     
    
    Property PatternColor As Color
    'Usage
     
    
    Dim instance As IInterior
    Dim value As Color
     
    instance.PatternColor = value
     
    value = instance.PatternColor
    Color PatternColor {get; set;}

    Property Value

    A Color value represents the color of the interior pattern.
    Remarks
    The returned value is the stored value from the internal storage. For indexed color, it'll be different with ColorIndex.
    See Also