次の方法で共有


TableProperties.LastColumn プロパティ

定義

最終列

スキーマ内の次の属性を表します。 lastCol

[DocumentFormat.OpenXml.SchemaAttr(0, "lastCol")]
public DocumentFormat.OpenXml.BooleanValue LastColumn { get; set; }
public DocumentFormat.OpenXml.BooleanValue LastColumn { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "lastCol")]
public DocumentFormat.OpenXml.BooleanValue? LastColumn { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("lastCol")]
public DocumentFormat.OpenXml.BooleanValue? LastColumn { get; set; }
public DocumentFormat.OpenXml.BooleanValue? LastColumn { get; set; }
member this.LastColumn : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "lastCol")>]
member this.LastColumn : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("lastCol")>]
member this.LastColumn : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property LastColumn As BooleanValue

プロパティ値

BooleanValue を返します。

属性

注釈

ECMA 国際 標準 ECMA-376 の次の情報は、このクラスを操作するときに役立ちます。

の最後の列の書式設定を table style有効または無効にします。 または 1trueon値を使用すると、テーブル スタイルで定義された最後の列の書式設定が有効になります。 属性が指定されていない場合、属性は既定で に off 設定されます。

次の実行を検討してください。

<a:tblPr lastCol="1">  
  <a:tableStyleId>{5940675A-B579-460E-94D1-  
  54222C63F5DA}</a:tableStyleId>  
</a:tblPr>  

この例では、テーブルに対して最後の列の書式設定が有効になっていることを確認できます。 適用すると、リンク テーブル スタイルによって最後の列の書式が定義されます。

この属性に使用できる値は、XML スキーマ boolean データ型によって定義されます。

適用対象