Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Excel.Interfaces.ConditionalRangeBorderCollectionUpdateData interface
- Package:
- excel
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
Feedback
Was this page helpful?
