IWorksheetCellFormat

Represents the format for the cell.

public interface IWorksheetCellFormat

Gets or sets the horizontal alignment of the content in a cell.

Alignment: any

Gets or sets the bottom border color.

BottomBorderColorInfo: any

Gets or sets the bottom border style.

BottomBorderStyle: any

Gets or sets the diagonal border color.

DiagonalBorderColorInfo: any

Gets or sets the diagonal borders.

DiagonalBorders: any

Gets or sets the diagonal border style.

DiagonalBorderStyle: any

Gets or sets the fill of the cell.

Fill: any

Gets or sets the default font formatting.

Font: any

Gets or sets the groups of properties provided by the format.

FormatOptions: any

Gets or sets the number format string.

FormatString: any

Gets or sets the valid which indicates whether the cell value is hidden in protected mode.

Hidden: any

Gets or sets the indent in units of average character widths.

Indent: any

Gets or sets the left border color.

LeftBorderColorInfo: any

Gets or sets the left border style.

LeftBorderStyle: any

Gets or sets the valid which indicates whether the cell is locked in protected mode.

Locked: any

Gets or sets the right border color.

RightBorderColorInfo: any

Gets or sets the right border style.

RightBorderStyle: any

Gets or sets the rotation of the cell content in degrees.

Rotation: any

Gets or sets the value indicating whether the cell content will shrink to fit the cell.

ShrinkToFit: any

Gets or sets the parent of the format.

Style: any

Gets or sets the top border color.

TopBorderColorInfo: any

Gets or sets the top border style.

TopBorderStyle: any

Gets or sets the vertical alignment of the content in a cell.

VerticalAlignment: any

Gets or sets the value which indicates whether text will wrap in a cell.

WrapText: any

SetFormatting(IWorksheetCellFormat)

Section titled "SetFormatting(IWorksheetCellFormat)"

Copies all cell format properties to from the specified cell format.

SetFormatting(IWorksheetCellFormat): any