Click or drag to resize

CellBaseStyle Properties

The CellBaseStyle type exposes the following members.

Properties
Name Description
Public property BackgroundColor
Gets or sets the background color of the cell.
(Inherited from AddtionalFormatWrapper .)
Public property BackgroundKnownColor
Gets or sets the background known color of the cell.
(Inherited from AddtionalFormatWrapper .)
Protected property BeginCallsCount
Returns number of begin update calls that have no corresponding end update. Read-only.
(Inherited from CommonWrapper .)
Public property Borders
Gets the borders associated with the cell.
(Inherited from AddtionalFormatWrapper .)
Public property BottomBorderColor
Gets the bottom border color of the style.
(Inherited from AddtionalFormatWrapper .)
Public property BottomBorderLineStyle
Gets or sets the line style of the bottom border.
(Inherited from AddtionalFormatWrapper .)
Public property BuiltIn
Gets a value indicating whether the item is built-in.
(Inherited from AddtionalFormatWrapper .)
Public property Color
Gets or sets the color of the style.
(Inherited from AddtionalFormatWrapper .)
Public property DiagonalBorderColor
Gets the color of the diagonal border.
(Inherited from AddtionalFormatWrapper .)
Public property DiagonalDownBorderLineStyle
Gets or sets the line style of the diagonal down border.
(Inherited from AddtionalFormatWrapper .)
Public property DiagonalDownVisible
Gets or sets the visibility of the diagonal line starting from the top-left corner.
(Inherited from AddtionalFormatWrapper .)
Public property DiagonalUpBorderLineStyle
Gets or sets the line style of the diagonal up border.
(Inherited from AddtionalFormatWrapper .)
Public property DiagonalUpVisible
Gets or sets the visibility of the diagonal line from the bottom left to the top right.
(Inherited from AddtionalFormatWrapper .)
Public property ExtendedFormatIndex
Gets the index of the extended format.
(Inherited from AddtionalFormatWrapper .)
Public property FillPattern
Gets or sets the fill pattern of the cell.
(Inherited from AddtionalFormatWrapper .)
Public property Font
Gets the font associated with the current style.
(Inherited from AddtionalFormatWrapper .)
Public property ForegroundColor
Gets or sets the foreground color of the cell.
(Inherited from AddtionalFormatWrapper .)
Public property ForegroundKnownColor
Gets or sets the foreground color of the cell.
(Inherited from AddtionalFormatWrapper .)
Public property FormulaHidden
Gets or sets whether the formula is hidden.
(Inherited from AddtionalFormatWrapper .)
Public property HorizontalAlignment
Gets or sets the horizontal alignment of the text in the cell.
(Inherited from AddtionalFormatWrapper .)
Public property IncludeAlignment
Gets or sets a value indicating whether alignment is included.
(Inherited from AddtionalFormatWrapper .)
Public property IncludeBorder
Gets or sets a value indicating whether to include borders in the style.
(Inherited from AddtionalFormatWrapper .)
Public property IncludeFont
Gets or sets a value indicating whether the font is included.
(Inherited from AddtionalFormatWrapper .)
Public property IncludeNumberFormat
Gets or sets a value indicating whether the number format is included.
(Inherited from AddtionalFormatWrapper .)
Public property IncludePatterns
Gets or sets a value indicating whether patterns are included.
(Inherited from AddtionalFormatWrapper .)
Public property IncludeProtection
Gets or sets a value indicating whether protection is included.
(Inherited from AddtionalFormatWrapper .)
Public property IndentLevel
Gets or sets the indentation level of the style converter.
(Inherited from AddtionalFormatWrapper .)
Public property Interior
Gets the interior style of the cell.
(Inherited from AddtionalFormatWrapper .)
Public property IsFirstSymbolApostrophe
Gets or sets a value indicating whether the first symbol is an apostrophe.
(Inherited from AddtionalFormatWrapper .)
Public property IsInitialized
Checks if the current style is initialized.
(Inherited from AddtionalFormatWrapper .)
Public property IsModified
Gets a value indicating whether the current style has been modified.
(Inherited from AddtionalFormatWrapper .)
Public property JustifyLast
Gets or sets a value indicating whether the last item should be justified.
(Inherited from AddtionalFormatWrapper .)
Public property KnownColor
Gets or sets the known color of the foreground.
(Inherited from AddtionalFormatWrapper .)
Public property LeftBorderColor
Gets the left border color of the object.
(Inherited from AddtionalFormatWrapper .)
Public property LeftBorderLineStyle
Gets or sets the line style of the left border.
(Inherited from AddtionalFormatWrapper .)
Public property Locked
Gets or sets a value indicating whether the style converter is locked.
(Inherited from AddtionalFormatWrapper .)
Public property Name
Gets the name of the style converter.
(Inherited from AddtionalFormatWrapper .)
Public property NumberFormat
Gets or sets the number format string for the cell.
(Inherited from AddtionalFormatWrapper .)
Public property NumberFormatIndex
Gets or sets the index of the number format.
(Inherited from AddtionalFormatWrapper .)
Public property NumberFormatLocal
Gets or sets the number format.
(Inherited from AddtionalFormatWrapper .)
Public property NumberFormatSettings
Gets the number format settings for the specified number format index.
(Inherited from AddtionalFormatWrapper .)
Public property Parent
Gets the parent object, which is typically a book in this context.
(Inherited from AddtionalFormatWrapper .)
Public property PatternColor
Gets or sets the pattern color of the style.
(Inherited from AddtionalFormatWrapper .)
Public property PatternKnownColor
Gets or sets the known color of the pattern.
(Inherited from AddtionalFormatWrapper .)
Public property ReadingOrder
Gets or sets the reading order of the text.
(Inherited from AddtionalFormatWrapper .)
Public property RightBorderColor
Gets the right border color of the style.
(Inherited from AddtionalFormatWrapper .)
Public property RightBorderLineStyle
Gets or sets the line style of the right border of the cell.
(Inherited from AddtionalFormatWrapper .)
Public property Rotation
Gets or sets the rotation angle of the style.
(Inherited from AddtionalFormatWrapper .)
Public property ShrinkToFit
Gets or sets a value indicating whether the control should shrink to fit its content.
(Inherited from AddtionalFormatWrapper .)
Public property TopBorderColor
Gets the top border color of the style.
(Inherited from AddtionalFormatWrapper .)
Public property TopBorderLineStyle
Gets or sets the line style of the top border.
(Inherited from AddtionalFormatWrapper .)
Public property VerticalAlignment
Gets or sets the vertical alignment of the text in the cell.
(Inherited from AddtionalFormatWrapper .)
Public property Workbook
Gets the workbook associated with the current spreadsheet.
(Inherited from AddtionalFormatWrapper .)
Public property WrapText
Gets or sets a value indicating whether text is wrapped within a cell.
(Inherited from AddtionalFormatWrapper .)
Top
See Also