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
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