GetFreezedPanes

Worksheet.GetFreezedPanes method

获取冻结窗格。

public bool GetFreezedPanes(out int row, out int column, out int freezedRows, 
    out int freezedColumns)
范围类型描述
rowInt32&行索引。
columnInt32&列索引。
freezedRowsInt32&顶部窗格中可见行数,不超过行索引。
freezedColumnsInt32&左窗格中可见列的数量,不超过列索引。

返回值

返回工作表是否冻结

也可以看看