FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / ExcelCellStyle Class
Properties Methods Events


In This Topic
    ExcelCellStyle Class Members
    In This Topic

    The following tables list the members exposed by ExcelCellStyle.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the System.Windows.Media.Brush used to paint the cell background. (Inherited from C1.WPF.FlexGrid.CellStyle)
    Public PropertyGets or sets the System.Windows.Media.Brush used to render the cell borders. (Inherited from C1.WPF.FlexGrid.CellStyle)
    Public PropertyGets or sets the System.Windows.Thickness of the cell borders. (Inherited from C1.WPF.FlexGrid.CellStyle)
    Public PropertyBorder brush for the bottom of cell  
    Public PropertyBorder brush for cell.  
    Public PropertyBorder brush for the right of cell.  
    Public PropertyBorder brush for the top of cell.  
    Public PropertyBorder thickness for cell.  
    Public PropertyGets or sets the CornerRadius of the cell borders. (Inherited from C1.WPF.FlexGrid.CellStyle)
    Public PropertyGets or sets the FontFamily used to render text in a cell. (Inherited from C1.WPF.FlexGrid.CellStyle)
    Public PropertyGets or sets the size of the font used to render text in a cell. (Inherited from C1.WPF.FlexGrid.CellStyle)
    Public PropertyGets or sets the FontStyle used to render text in a cell. (Inherited from C1.WPF.FlexGrid.CellStyle)
    Public PropertyGets or sets the FontWeight used to render text in a cell. (Inherited from C1.WPF.FlexGrid.CellStyle)
    Public PropertyGets or sets the System.Windows.Media.Brush used to paint the cell text. (Inherited from C1.WPF.FlexGrid.CellStyle)
    Public Property  
    Public PropertyGets or sets the HorizontalAlignment of the cell content. (Inherited from C1.WPF.FlexGrid.CellStyle)
    Public PropertyRotaion for content.  
    Public PropertyGets or sets an arbitrary object value that can be used to store custom information about this CellStyle. (Inherited from C1.WPF.FlexGrid.CellStyle)
    Public PropertyGets or sets the System.Windows.TextDecorationCollection to be applied to text in the cell. (Inherited from C1.WPF.FlexGrid.CellStyle)
    Public PropertyGets or sets the TextTrimming used to render text in a cell. (Inherited from C1.WPF.FlexGrid.CellStyle)
    Public PropertyGets or sets whether text should be wrapped in the cell. (Inherited from C1.WPF.FlexGrid.CellStyle)
    Public PropertyGets or sets the VerticalAlignment of the cell content. (Inherited from C1.WPF.FlexGrid.CellStyle)
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Overridden. oveerrides apply border  
    Public MethodGets a clone of this CellStyle. (Inherited from C1.WPF.FlexGrid.CellStyle)
    Top
    Protected Methods
     NameDescription
    Protected MethodRaises the PropertyChanged event. (Inherited from C1.WPF.FlexGrid.CellStyle)
    Top
    Public Events
     NameDescription
    Public EventOccurs when the value of a property changes. (Inherited from C1.WPF.FlexGrid.CellStyle)
    Top
    See Also