JiwaGrid..::..GridDecimalPlaces Method (SheetView, String, Int32, Int32, Int32)

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

Syntax


public void GridDecimalPlaces(
	SheetView Sheet,
	string Key,
	int Row,
	int DecimalPlaces,
	int Row2
)
Public Sub GridDecimalPlaces ( _
	Sheet As SheetView, _
	Key As String, _
	Row As Integer, _
	DecimalPlaces As Integer, _
	Row2 As Integer _
)
public:
void GridDecimalPlaces(
	SheetView^ Sheet, 
	String^ Key, 
	int^ Row, 
	int^ DecimalPlaces, 
	int^ Row2
)

Parameters

Sheet
Type: SheetView
Key
Type: String
Row
Type: Int32
DecimalPlaces
Type: Int32
Row2
Type: Int32