Spread WPF 18
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.
    Object Model
    ColorStop Class
    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