C# Class Simplexcel.CellAddressHelper

Datei anzeigen Open project: mstum/Simplexcel Class Usage Examples

Private Methods

Method Description
ColRowToReference ( int col, int row ) : string

Convert a zero-based row and column to an Excel Cell Reference, e.g. A1 for [0,0]

ColToReference ( int col ) : string

Convert a zero-based column number to the proper Reference in Excel (e.g, 0 = A)

ReferenceToColRow ( string reference ) : int>.Tuple

Convert an Excel Cell Reference to a zero-based column/row representation (e.g., A1 => [0,0])