API Reference
Class
LegacyXlsDifferentialBorder
Represents border formatting decoded from a legacy XLS differential-format record.
Inheritance
- Object
- LegacyXlsDifferentialBorder
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 LegacyXlsDifferentialFormat.Border
Accepted by parameters
Constructors
public LegacyXlsDifferentialBorder(LegacyXlsDifferentialBorderSide top, LegacyXlsDifferentialBorderSide bottom, LegacyXlsDifferentialBorderSide left, LegacyXlsDifferentialBorderSide right) #Creates a decoded differential border.
Parameters
- top OfficeIMO.Excel.LegacyXls.Model.LegacyXlsDifferentialBorderSide
- bottom OfficeIMO.Excel.LegacyXls.Model.LegacyXlsDifferentialBorderSide
- left OfficeIMO.Excel.LegacyXls.Model.LegacyXlsDifferentialBorderSide
- right OfficeIMO.Excel.LegacyXls.Model.LegacyXlsDifferentialBorderSide
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public LegacyXlsDifferentialBorderSide Top { get; } #Gets the top border formatting, when present.
public LegacyXlsDifferentialBorderSide Bottom { get; } #Gets the bottom border formatting, when present.
public LegacyXlsDifferentialBorderSide Left { get; } #Gets the left border formatting, when present.
public LegacyXlsDifferentialBorderSide Right { get; } #Gets the right border formatting, when present.
public Boolean HasAnySide { get; } #Gets whether at least one side contains decoded border formatting.