ListObject.TableStyle Property
Gets or sets the table style for the specified ListObject object. Read/write Object.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property TableStyle As Object
Get
Set
'Usage
Dim instance As ListObject
Dim value As Object
value = instance.TableStyle
instance.TableStyle = value
Object TableStyle { get; set; }
Property Value
Type: System.Object
Object