Winnovative Excel Library

ExcelCellStyle Class

Winnovative Excel Library Documentation
Represents the style of a cell or a range of cells.
Inheritance Hierarchy

SystemObject
  Winnovative.ExcelLibExcelCellStyle

Namespace:  Winnovative.ExcelLib
Assembly:  wnvxls (in wnvxls.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

public class ExcelCellStyle

The ExcelCellStyle type exposes the following members.

Properties

  NameDescription
Public propertyAlignment
Gets the text alignment options for the text in a cell.
Public propertyBorders
Gets the an object representing the cell borders collection. Top, left, right and bottom borders can be retrieved individually from the borders collection and customized.
Public propertyFill
Gets an object used to set the fill options of the cell.
Public propertyFont
Gets an object used to set the font of the cell.
Public propertyIsBuiltIn
Gets a flag indicating if this cell style is a built in style.
Public propertyName
Gets the name of this cell style. The name is assigned when the style is added to the Styles collection of the workbook.
Public propertyNumber
Gets the number formatting options of the cell.
Public propertyProtection
Gets an object used to set the protection options of the cell. The protection options are applied only when the worksheet is protected.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference