Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets a value that indicates whether the first column is formatted.
Namespace: Microsoft.Office.Tools.Excel
Assembly: Microsoft.Office.Tools.Excel.v9.0 (in Microsoft.Office.Tools.Excel.v9.0.dll)
Syntax
'Declaration
Public Property ShowTableStyleFirstColumn As Boolean
'Usage
Dim instance As ListObject
Dim value As Boolean
value = instance.ShowTableStyleFirstColumn
instance.ShowTableStyleFirstColumn = value
public bool ShowTableStyleFirstColumn { get; set; }
public:
property bool ShowTableStyleFirstColumn {
bool get ();
void set (bool value);
}
public function get ShowTableStyleFirstColumn () : boolean
public function set ShowTableStyleFirstColumn (value : boolean)
Property Value
Type: System.Boolean
true if the first column is formatted; otherwise, false. The default is false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.