Table of Contents

TCellAddress.EncodeColumn Method

Returns "A" for column 1, "B" for 2 and so on.

Syntax

Namespace: FlexCel.Core

public static String EncodeColumn(Int32 column)

Parameters

<-> Parameter Type Description
column Int32 Index of the column, 1 based.

See also