次の方法で共有


Columns.ColumnCount プロパティ

定義

等しい幅の列の数

スキーマ内の次の属性を表します: w:num

[DocumentFormat.OpenXml.SchemaAttr(23, "num")]
public DocumentFormat.OpenXml.Int16Value ColumnCount { get; set; }
public DocumentFormat.OpenXml.Int16Value ColumnCount { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(23, "num")]
public DocumentFormat.OpenXml.Int16Value? ColumnCount { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("w:num")]
public DocumentFormat.OpenXml.Int16Value? ColumnCount { get; set; }
public DocumentFormat.OpenXml.Int16Value? ColumnCount { get; set; }
member this.ColumnCount : DocumentFormat.OpenXml.Int16Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr(23, "num")>]
member this.ColumnCount : DocumentFormat.OpenXml.Int16Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr("w:num")>]
member this.ColumnCount : DocumentFormat.OpenXml.Int16Value with get, set
Public Property ColumnCount As Int16Value

プロパティ値

Int32Value を返します。

属性

注釈

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

現在のセクションのテキスト列の数を指定します。

すべての列が等しい幅でない (属性がequalWidth設定されていない) 場合、この要素は無視され、列の数は要素の下でcols定義された要素のcol数によって定義されます。

列情報を次のように定義したセクションを考えてみましょう。

<w:cols w:num="3" w:space="1440"  
  w:equalWidth="1">  
  …  
</w:cols>  

この列セットの値は にequalWidth1設定されています。 したがって、属性の値が であるため、3 つの等しいサイズのnum3列があります。

この属性に使用できる値は、単純型によって ST_DecimalNumber 定義されます。

適用対象