次の方法で共有


MailMergeDataSource.RecordCount プロパティ

定義

データ ソース内のレコード数を表す整数型 ( Integer) の値を返します。

public:
 property int RecordCount { int get(); };
public int RecordCount { get; }
member this.RecordCount : int
Public ReadOnly Property RecordCount As Integer

プロパティ値

注釈

Microsoft Word でデータ ファイル内のレコード数を確認できない場合、RecordCount プロパティは -1 を返します。

適用対象