Class DataModelTable

Class DataModelTable

Namespace: Aspose.Cells.DataModels
Assembly: Aspose.Cells.dll (25.2.0)

スプレッドシートデータモデル内の単一テーブルのプロパティを表します。

public class DataModelTable

継承

objectDataModelTable

継承されたメンバー

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

プロパティ

ConnectionName

データモデルテーブルの接続名を取得します。

public string ConnectionName { get; }

プロパティの値

string

Id

データモデルテーブルのIDを取得します。

public string Id { get; }

プロパティの値

string

Name

データモデルテーブルの名前を取得します。

public string Name { get; }

プロパティの値

string

 日本語