_Document.DefaultTableStyle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns an Object that represents the table style that is applied to all newly created tables in a document.
public:
property System::Object ^ DefaultTableStyle { System::Object ^ get(); };
public object DefaultTableStyle { get; }
member this.DefaultTableStyle : obj
Public ReadOnly Property DefaultTableStyle As Object