API Reference
Class
ExcelCellBorderSnapshot
Immutable border metadata resolved for a cell style.
Inheritance
- Object
- ExcelCellBorderSnapshot
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Constructors
public ExcelCellBorderSnapshot(ExcelBorderSideSnapshot left = null, ExcelBorderSideSnapshot right = null, ExcelBorderSideSnapshot top = null, ExcelBorderSideSnapshot bottom = null, ExcelBorderSideSnapshot diagonal = null, Boolean diagonalUp = false, Boolean diagonalDown = false) #Creates border metadata that can be used when authoring a conditional-formatting differential style.
Parameters
- left OfficeIMO.Excel.ExcelBorderSideSnapshot = null
- Left border side.
- right OfficeIMO.Excel.ExcelBorderSideSnapshot = null
- Right border side.
- top OfficeIMO.Excel.ExcelBorderSideSnapshot = null
- Top border side.
- bottom OfficeIMO.Excel.ExcelBorderSideSnapshot = null
- Bottom border side.
- diagonal OfficeIMO.Excel.ExcelBorderSideSnapshot = null
- Diagonal border side.
- diagonalUp System.Boolean = false
- Whether the diagonal runs from bottom-left to top-right.
- diagonalDown System.Boolean = false
- Whether the diagonal runs from top-left to bottom-right.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public ExcelBorderSideSnapshot Left { get; set; } #Left border side.
public ExcelBorderSideSnapshot Right { get; set; } #Right border side.
public ExcelBorderSideSnapshot Top { get; set; } #Top border side.
public ExcelBorderSideSnapshot Bottom { get; set; } #Bottom border side.
public ExcelBorderSideSnapshot Diagonal { get; set; } #Diagonal border side.
public Boolean DiagonalUp { get; set; } #Whether the diagonal border runs from bottom-left to top-right.
public Boolean DiagonalDown { get; set; } #Whether the diagonal border runs from top-left to bottom-right.