AlterLastColumn Property (Table)
In This Topic
Gets or sets a value that determines whether the last table column should have the style applied.
Syntax
'Declaration
Public Property AlterLastColumn As System.Boolean
'Usage
Dim instance As Table
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