Excel.Interfaces.ConditionalRangeBorderCollectionUpdateData interface
An interface for updating data on the ConditionalRangeBorderCollection
object, for use in conditionalRangeBorderCollection.set({ ... })
.
bottom | Gets the bottom border. |
items | |
left | Gets the left border. |
right | Gets the right border. |
top | Gets the top border. |
Gets the bottom border.
TypeScript
bottom?: Excel.Interfaces.ConditionalRangeBorderUpdateData;
Property Value
Remarks
TypeScript
items?: Excel.Interfaces.ConditionalRangeBorderData[];
Property Value
Gets the left border.
TypeScript
left?: Excel.Interfaces.ConditionalRangeBorderUpdateData;
Property Value
Remarks
Gets the right border.
TypeScript
right?: Excel.Interfaces.ConditionalRangeBorderUpdateData;
Property Value
Remarks
Gets the top border.
TypeScript
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 feedback
Office Add-ins is an open source project. Select a link to provide feedback: