Cell Class |
Namespace: Aceoffix.ExcelWriter
The Cell type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | BackColor |
Sets the back color of the cell.
|
![]() ![]() | Border |
Gets the border object.
|
![]() | Font |
Gets the font object.
|
![]() ![]() | ForeColor |
Sets the fore color of the cell.
|
![]() ![]() | Formula |
Sets the formula of the cell.
|
![]() | HorizontalAlignment |
Sets the horizontal alignment of the cell.
|
![]() | NumberFormatLocal |
Sets the data display format of the cell.
|
![]() | ReadOnly |
Sets a value that indicates whether the cell is read-only.
|
![]() ![]() | Value |
Sets the value of the cell.
|
![]() | VerticalAlignment |
Sets the vertical alignment of the cell.
|
Representing a cell object defined in Excel, Cell class is used to fill data into the cell and control the behavior of the cell. You can only call the OpenCell(String) method, OpenCellRC(Int32, Int32) method and OpenCellByDefinedName(String) method to get the Cell object.