[]
        
(Showing Draft Content)

GrapeCity.Forguncy.Commands.ICommandCellInfo

接口 ICommandCellInfo

命令单元格信息。详情参照ICellInfoBase

命名空间: GrapeCity.Forguncy.Commands
程序集: Forguncy.Commands.dll
语法
public interface ICommandCellInfo : ICellInfoBase

属性

Text

单元格的文本。

声明
string Text { get; }
属性值
类型 描述
string

Value

单元格的值。

声明
object Value { get; set; }
属性值
类型 描述
object