Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ColorStop Class
Members


In This Topic
    ColorStop Class
    In This Topic
    Represents the color stop point for a gradient fill in a range or selection. This class cannot be inherited.
    Syntax
    'Declaration
     
    
    Public NotInheritable Class ColorStop 
    'Usage
     
    
    Dim instance As ColorStop
    public sealed class ColorStop 
    Remarks
    The ColorStop object enables you to set properties for the cell fill including the Color , ThemeColor , and TintAndShade properties.
    Inheritance Hierarchy

    System.Object
       GrapeCity.Spreadsheet.ColorStop

    See Also