bool ShowTableStyleLastColumn {get; set;}
'Declaration
Property ShowTableStyleLastColumn As Boolean
'使用法
Dim instance As ITable
Dim value As Boolean
instance.ShowTableStyleLastColumn = value
value = instance.ShowTableStyleLastColumn
プロパティ値
指定したテーブルオブジェクトの最後の列が表示される場合は
true
、それ以外の場合は
false
。