Excel.Interfaces.TableStyleUpdateData interface
An interface for updating data on the TableStyle
object, for use in tableStyle.set({ ... })
.
Properties
name | Specifies the name of the table style. |
Property Details
name
Specifies the name of the table style.
name?: string;
Property Value
string