AlterLastColumn Property (WorkbookTable)
In This Topic
Indicating whether the last column in the table should have the style applied.
Syntax
'Declaration
Public Property AlterLastColumn As System.Boolean
'Usage
Dim instance As WorkbookTable
Dim value As System.Boolean
instance.AlterLastColumn = value
value = instance.AlterLastColumn
public System.bool AlterLastColumn {get; set;}
public read-write property AlterLastColumn: System.Boolean;
public function get,set AlterLastColumn : System.boolean
public: __property System.bool get_AlterLastColumn();
public: __property void set_AlterLastColumn(
System.bool value
);
public:
property System.bool AlterLastColumn {
System.bool get();
void set ( System.bool value);
}
See Also