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;
Property Value
Remarks
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins