IWorksheetCellFormat
Represents the format for the cell.
public interface IWorksheetCellFormatProperties
Section titled "Properties"Alignment
Section titled "Alignment"Gets or sets the horizontal alignment of the content in a cell.
Alignment: any BottomBorderColorInfo
Section titled "BottomBorderColorInfo"Gets or sets the bottom border color.
BottomBorderColorInfo: any BottomBorderStyle
Section titled "BottomBorderStyle"Gets or sets the bottom border style.
BottomBorderStyle: any DiagonalBorderColorInfo
Section titled "DiagonalBorderColorInfo"Gets or sets the diagonal border color.
DiagonalBorderColorInfo: any DiagonalBorders
Section titled "DiagonalBorders"Gets or sets the diagonal borders.
DiagonalBorders: any DiagonalBorderStyle
Section titled "DiagonalBorderStyle"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 FormatOptions
Section titled "FormatOptions"Gets or sets the groups of properties provided by the format.
FormatOptions: any FormatString
Section titled "FormatString"Gets or sets the number format string.
FormatString: any Hidden
Section titled "Hidden"Gets or sets the valid which indicates whether the cell value is hidden in protected mode.
Hidden: any Indent
Section titled "Indent"Gets or sets the indent in units of average character widths.
Indent: any LeftBorderColorInfo
Section titled "LeftBorderColorInfo"Gets or sets the left border color.
LeftBorderColorInfo: any LeftBorderStyle
Section titled "LeftBorderStyle"Gets or sets the left border style.
LeftBorderStyle: any Locked
Section titled "Locked"Gets or sets the valid which indicates whether the cell is locked in protected mode.
Locked: any RightBorderColorInfo
Section titled "RightBorderColorInfo"Gets or sets the right border color.
RightBorderColorInfo: any RightBorderStyle
Section titled "RightBorderStyle"Gets or sets the right border style.
RightBorderStyle: any Rotation
Section titled "Rotation"Gets or sets the rotation of the cell content in degrees.
Rotation: any ShrinkToFit
Section titled "ShrinkToFit"Gets or sets the value indicating whether the cell content will shrink to fit the cell.
ShrinkToFit: any Style
Section titled "Style"Gets or sets the parent of the format.
Style: any TopBorderColorInfo
Section titled "TopBorderColorInfo"Gets or sets the top border color.
TopBorderColorInfo: any TopBorderStyle
Section titled "TopBorderStyle"Gets or sets the top border style.
TopBorderStyle: any VerticalAlignment
Section titled "VerticalAlignment"Gets or sets the vertical alignment of the content in a cell.
VerticalAlignment: any WrapText
Section titled "WrapText"Gets or sets the value which indicates whether text will wrap in a cell.
WrapText: any Methods
Section titled "Methods"SetFormatting(IWorksheetCellFormat)
Section titled "SetFormatting(IWorksheetCellFormat)"Copies all cell format properties to from the specified cell format.
SetFormatting(IWorksheetCellFormat): any