Interface ITableData
表格行数据的抽象,包含可见性控制和单元格集合
Assembly: YooAsset.Editor.dll
View Source
Declaration
public interface ITableData
Properties
Visible
是否可见
View Source
Declaration
bool Visible { get; set; }
Cells
单元格集合
View Source
Declaration
IList<ITableCell> Cells { get; }