Click or drag to resize

StiCellsSetCell Method

[Missing <summary> documentation for "M:Stimulsoft.Report.StiCells.SetCell(System.Int32,System.Int32,System.Decimal)"]

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public void SetCell(
	int x,
	int y,
	decimal value
)

Parameters

x
Type: SystemInt32

[Missing <param name="x"/> documentation for "M:Stimulsoft.Report.StiCells.SetCell(System.Int32,System.Int32,System.Decimal)"]

y
Type: SystemInt32

[Missing <param name="y"/> documentation for "M:Stimulsoft.Report.StiCells.SetCell(System.Int32,System.Int32,System.Decimal)"]

value
Type: SystemDecimal

[Missing <param name="value"/> documentation for "M:Stimulsoft.Report.StiCells.SetCell(System.Int32,System.Int32,System.Decimal)"]

See Also