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
- Property ExcelCellStyleSnapshot.Border
Constructors
public ExcelCellBorderSnapshot() #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.