[]
命令单元格信息。详情参照ICellInfoBase。
public interface ICommandCellInfo : ICellInfoBase
单元格的文本。
string Text { get; }
单元格的值。
object Value { get; set; }