ASP.NET Core MVC コントロールヘルプ
Tables プロパティ (Sheet)

C1.AspNetCore.Mvc.FlexSheet アセンブリ > C1.Web.Mvc.Sheet 名前空間 > Sheet クラス : Tables プロパティ
Gets the collection of the Table objects on this Sheet.
シンタックス
'宣言
 
Public ReadOnly Property Tables As System.Collections.Generic.IList(Of Table)
public System.Collections.Generic.IList<Table> Tables {get;}
解説
It allows to insert/remove Table on this Sheet via the tables collection.
参照

Sheet クラス
Sheet メンバ