JiwaGrid..::..AddColumn Method (String, ICellType, String, Int32, Boolean, Boolean, Boolean, Boolean, Int32, Boolean, Boolean, Int32, Boolean)

Namespace:  JiwaFinancials.Jiwa.JiwaApplication.Controls
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


public void AddColumn(
	string Key,
	ICellType CellType,
	string Caption,
	int WidthAsAPercentage,
	bool Hidden,
	bool Visible,
	bool AllowSort,
	bool LockColumn,
	int MaxEditLength,
	bool DrillDown,
	bool ShowTotal,
	int DecimalPlaces,
	bool NextLineOnEnter
)
Public Sub AddColumn ( _
	Key As String, _
	CellType As ICellType, _
	Caption As String, _
	WidthAsAPercentage As Integer, _
	Hidden As Boolean, _
	Visible As Boolean, _
	AllowSort As Boolean, _
	LockColumn As Boolean, _
	MaxEditLength As Integer, _
	DrillDown As Boolean, _
	ShowTotal As Boolean, _
	DecimalPlaces As Integer, _
	NextLineOnEnter As Boolean _
)
public:
void AddColumn(
	String^ Key, 
	ICellType^ CellType, 
	String^ Caption, 
	int^ WidthAsAPercentage, 
	bool^ Hidden, 
	bool^ Visible, 
	bool^ AllowSort, 
	bool^ LockColumn, 
	int^ MaxEditLength, 
	bool^ DrillDown, 
	bool^ ShowTotal, 
	int^ DecimalPlaces, 
	bool^ NextLineOnEnter
)

Parameters

Key
Type: String
CellType
Type: ICellType
Caption
Type: String
WidthAsAPercentage
Type: Int32
Hidden
Type: Boolean
Visible
Type: Boolean
AllowSort
Type: Boolean
LockColumn
Type: Boolean
MaxEditLength
Type: Int32
DrillDown
Type: Boolean
ShowTotal
Type: Boolean
DecimalPlaces
Type: Int32
NextLineOnEnter
Type: Boolean