KDCalc Class Library

KDCalcEngine.GetColumnHeaderTextFromNumber Method 

Static utility method to get the column header text which corresponds to a number.

public static string GetColumnHeaderTextFromNumber(
   int num
);

Parameters

num
A number from 1 to 256.

Return Value

The header text which corresponds to the number passed in.

Remarks

The number 1 would correspond to "A", while the number 256 corresponds to "IV".

See Also

KDCalcEngine Class | KnowledgeDynamics.KDCalc Namespace