[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.CellInfo

CellInfo Class

Provide some helper functions.

Inheritance
CellInfo
Namespace: GrapeCity.Documents.Excel
Assembly: DS.Documents.Excel.dll
Syntax
public static class CellInfo
Public Module CellInfo

Methods

Name Description
CellIndexToName(int, int)

Gets cell name(address) according to its row and column indexes.

CellNameToIndex(string, out int, out int)

Gets cell row and column according to its name(address).

ColumnIndexToName(int)

Gets column name according to column index.

ColumnNameToIndex(string)

Gets column index according to column name.

GetAccurateRangeBoundary(IRange)

Returns the position and size (in pixels) of the specified range.

GetRangeBoundary(IRange)

Returns the position and size (in pixels) of the specified range.

RowIndexToName(int)

Gets row name according to row index.

RowNameToIndex(string)

Gets row index according to row name.