Edit

Share via


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.

TypeScript
bottom?: Excel.Interfaces.ConditionalRangeBorderUpdateData;

Property Value

Remarks

[ API set: ExcelApi 1.6 ]

items

TypeScript
items?: Excel.Interfaces.ConditionalRangeBorderData[];

Property Value

left

Gets the left border.

TypeScript
left?: Excel.Interfaces.ConditionalRangeBorderUpdateData;

Property Value

Remarks

[ API set: ExcelApi 1.6 ]

right

Gets the right border.

TypeScript
right?: Excel.Interfaces.ConditionalRangeBorderUpdateData;

Property Value

Remarks

[ API set: ExcelApi 1.6 ]

top

Gets the top border.

TypeScript
top?: Excel.Interfaces.ConditionalRangeBorderUpdateData;

Property Value

Remarks

[ API set: ExcelApi 1.6 ]