Table of Contents

FlxConsts.Max_LettersInColumnName Property

Number of letters in a column name. This is 2 in xls97 (columns go up to IV) and 3 in xls2007 (columns go up to XFD)

Syntax

Namespace: FlexCel.Core

public static Int32 Max_LettersInColumnName { get; }

See also