Class Coldata
public class Coldata
- Inheritance
-
Coldata
- Inherited Members
- Extension Methods
Constructors
Coldata(int, int)
public Coldata(int num, int flags)
Parameters
Coldata(int, int, int, string)
public Coldata(int num, int flags, int width = 50, string format = "%s")
Parameters
Properties
Flags
public int Flags { get; set; }
Property Value
Format
%s for string, %d for integer, %.3f for float with 3 digits
public string Format { get; set; }
Property Value
Num
Column number to set the properties of.
public int Num { get; set; }
Property Value
Width
Width of column
public int Width { get; set; }
Property Value
Methods
Default()
public static List<Coldata> Default()