次の方法で共有


Index.NumberOfColumns プロパティ

定義

インデックスの各ページの列数を設定または取得します。

public:
 property int NumberOfColumns { int get(); void set(int value); };
public int NumberOfColumns { get; set; }
member this.NumberOfColumns : int with get, set
Public Property NumberOfColumns As Integer

プロパティ値

Int32

注釈

0 (ゼロ) を指定すると、索引の段数は文書の段数と同じになります。

適用対象