Process

Process()

处理智能标记并填充数据源值。

public void Process()

也可以看看


Process(bool)

处理智能标记并填充数据源值。

public void Process(bool isPreserved)
范围类型描述
isPreservedBoolean如果保留了无法识别的智能标记,则为真。

也可以看看


Process(int, bool)

处理智能标记并填充数据源值。

public void Process(int sheetIndex, bool isPreserved)
范围类型描述
sheetIndexInt32工作表索引。
isPreservedBoolean如果保留了无法识别的智能标记,则为真。

评论

此方法适用于工作表级别。

也可以看看