OneNote.Interfaces.TableUpdateData interface
An interface for updating data on the Table
object, for use in table.set({ ... })
.
Properties
border |
Gets or sets whether the borders are visible or not. True if they are visible, false if they are hidden. |
Property Details
borderVisible
Gets or sets whether the borders are visible or not. True if they are visible, false if they are hidden.
borderVisible?: boolean;
Property Value
boolean