API Reference
Class
ExcelBorderSideSnapshot
Immutable single-border-side metadata resolved from an OpenXML border definition.
Inheritance
- Object
- ExcelBorderSideSnapshot
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 ExcelCellBorderSnapshot.Bottom
- Property ExcelCellBorderSnapshot.Diagonal
- Property ExcelCellBorderSnapshot.Left
- Property ExcelCellBorderSnapshot.Right
- Property ExcelCellBorderSnapshot.Top
Accepted by parameters
- Constructor ExcelCellBorderSnapshot.ExcelCellBorderSnapshot
- Constructor ExcelCellBorderSnapshot.ExcelCellBorderSnapshot
- Constructor ExcelCellBorderSnapshot.ExcelCellBorderSnapshot
- Constructor ExcelCellBorderSnapshot.ExcelCellBorderSnapshot
- Constructor ExcelCellBorderSnapshot.ExcelCellBorderSnapshot
Constructors
public ExcelBorderSideSnapshot(String style, String colorArgb = null) #Creates border-side metadata that can be used when authoring a conditional-formatting differential style.
Parameters
- style System.String
- SpreadsheetML border style name.
- colorArgb System.String = null
- Optional border color in ARGB hexadecimal form.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object