[]
        
(Showing Draft Content)

GrapeCity.Forguncy.CellTypes.ICellInfo

接口 ICellInfo

单元格的信息。

命名空间: GrapeCity.Forguncy.CellTypes
程序集: GrapeCity.Forguncy.CellTypes.dll
语法
public interface ICellInfo : ICellInfoBase, IStyleInfo, IStyleTemplateInfo

属性

CellType

单元格类型

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

Formula

公式。

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

PageType

单元格所在页面的类型。

声明
ForguncyPageKind PageType { get; }
属性值
类型 描述
ForguncyPageKind

Text

单元格的文本。

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

Value

单元格的值。

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

方法

InMasterPage()

单元格是否在母版页。

声明
bool InMasterPage()
返回值
类型 描述
bool

InMobilePage()

单元格是否在手机页面。

声明
bool InMobilePage()
返回值
类型 描述
bool

InPCPage()

单元格是否在PC页面。

声明
bool InPCPage()
返回值
类型 描述
bool