Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IStyle Interface
Properties Methods

In This Topic
    IStyle Interface Members
    In This Topic

    The following tables list the members exposed by IStyle.

    Public Properties
     NameDescription
     PropertyReturns a IBorders collection that represents the borders of the style.  
     PropertyGets a value indicating whether the style is a built-in style.  
     PropertyReturns a IFont object that represents the font of the style.  
     PropertyGets or sets a horizontal aligment value that represents the horizontal alignment for the style.  
     PropertyGets a value indicating whether the style includes the alignment properties.  
     PropertyGets a value indicating whether the style includes the IBorder.Color, IBorder.LineStyle, and Weight border properties..  
     PropertyGets a value indicating whether the style includes the font properties.  
     PropertyGets or sets a value indicating whether the style includes the NumberFormat property.  
     PropertyGets or sets a value indicating whether the style includes the interior properties.  
     PropertyGets or sets a value indicating whether the style includes the protection properties.  
     PropertyGets or sets a value that represents the indent level for the style.  
     PropertyReturns an IInterior object that represents the interior of the specified object.  
     PropertyGets or sets a value that indicates if the object is locked.  
     PropertyReturns a value that represents the name of the style.  
     PropertyGets or sets a System.String value that represents the format code for the style.  
     PropertyGets or sets a value that represents the text orientation.  
     PropertyGets or sets a System.Boolean value that indicates if text automatically shrinks to fit in the available column width.  
     PropertyGets or sets a value that represents the vertical alignment of the style.  
     PropertyGets or sets a value that indicates if the text is wrapped in the cell.  
    Top
    Public Methods
     NameDescription
     MethodDeletes this style.  
    Top
    See Also