Excel.Interfaces.ConditionalRangeBorderCollectionUpdateData interface
An interface for updating data on the ConditionalRangeBorderCollection
object, for use in conditionalRangeBorderCollection.set({ ... })
.
Properties
bottom | Gets the bottom border. |
items | |
left | Gets the left border. |
right | Gets the right border. |
top | Gets the top border. |
Property Details
bottom
Gets the bottom border.
bottom?: Excel.Interfaces.ConditionalRangeBorderUpdateData;
Property Value
Remarks
items
items?: Excel.Interfaces.ConditionalRangeBorderData[];
Property Value
left
Gets the left border.
left?: Excel.Interfaces.ConditionalRangeBorderUpdateData;
Property Value
Remarks
right
Gets the right border.
right?: Excel.Interfaces.ConditionalRangeBorderUpdateData;
Property Value
Remarks
top
Gets the top border.
top?: Excel.Interfaces.ConditionalRangeBorderUpdateData;