Click or drag to resize

StiGridSetTextOfCell Method

[Missing <summary> documentation for "M:Stimulsoft.Report.CrossTab.Core.StiGrid.SetTextOfCell(System.Int32,System.Int32,System.String)"]

Namespace:  Stimulsoft.Report.CrossTab.Core
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public void SetTextOfCell(
	int x,
	int y,
	string value
)

Parameters

x
Type: SystemInt32

[Missing <param name="x"/> documentation for "M:Stimulsoft.Report.CrossTab.Core.StiGrid.SetTextOfCell(System.Int32,System.Int32,System.String)"]

y
Type: SystemInt32

[Missing <param name="y"/> documentation for "M:Stimulsoft.Report.CrossTab.Core.StiGrid.SetTextOfCell(System.Int32,System.Int32,System.String)"]

value
Type: SystemString

[Missing <param name="value"/> documentation for "M:Stimulsoft.Report.CrossTab.Core.StiGrid.SetTextOfCell(System.Int32,System.Int32,System.String)"]

See Also