Click or drag to resize

StiGridSetCell Method (Int32, Int32, Int32, Int32, Object, Object, StiCrossField, Boolean, Object, Object, Object, DictionaryString, Object)

[Missing <summary> documentation for "M:Stimulsoft.Report.CrossTab.Core.StiGrid.SetCell(System.Int32,System.Int32,System.Int32,System.Int32,System.Object,System.Object,Stimulsoft.Report.CrossTab.StiCrossField,System.Boolean,System.Object,System.Object,System.Object,System.Collections.Generic.Dictionary{System.String,System.Object})"]

Namespace:  Stimulsoft.Report.CrossTab.Core
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiCell SetCell(
	int cellX,
	int cellY,
	int cellWidth,
	int cellHeight,
	Object text,
	Object value,
	StiCrossField field,
	bool isNumeric,
	Object hyperlink,
	Object toolTip,
	Object tag,
	Dictionary<string, Object> drillDownParameters
)

Parameters

cellX
Type: SystemInt32

[Missing <param name="cellX"/> documentation for "M:Stimulsoft.Report.CrossTab.Core.StiGrid.SetCell(System.Int32,System.Int32,System.Int32,System.Int32,System.Object,System.Object,Stimulsoft.Report.CrossTab.StiCrossField,System.Boolean,System.Object,System.Object,System.Object,System.Collections.Generic.Dictionary{System.String,System.Object})"]

cellY
Type: SystemInt32

[Missing <param name="cellY"/> documentation for "M:Stimulsoft.Report.CrossTab.Core.StiGrid.SetCell(System.Int32,System.Int32,System.Int32,System.Int32,System.Object,System.Object,Stimulsoft.Report.CrossTab.StiCrossField,System.Boolean,System.Object,System.Object,System.Object,System.Collections.Generic.Dictionary{System.String,System.Object})"]

cellWidth
Type: SystemInt32

[Missing <param name="cellWidth"/> documentation for "M:Stimulsoft.Report.CrossTab.Core.StiGrid.SetCell(System.Int32,System.Int32,System.Int32,System.Int32,System.Object,System.Object,Stimulsoft.Report.CrossTab.StiCrossField,System.Boolean,System.Object,System.Object,System.Object,System.Collections.Generic.Dictionary{System.String,System.Object})"]

cellHeight
Type: SystemInt32

[Missing <param name="cellHeight"/> documentation for "M:Stimulsoft.Report.CrossTab.Core.StiGrid.SetCell(System.Int32,System.Int32,System.Int32,System.Int32,System.Object,System.Object,Stimulsoft.Report.CrossTab.StiCrossField,System.Boolean,System.Object,System.Object,System.Object,System.Collections.Generic.Dictionary{System.String,System.Object})"]

text
Type: SystemObject

[Missing <param name="text"/> documentation for "M:Stimulsoft.Report.CrossTab.Core.StiGrid.SetCell(System.Int32,System.Int32,System.Int32,System.Int32,System.Object,System.Object,Stimulsoft.Report.CrossTab.StiCrossField,System.Boolean,System.Object,System.Object,System.Object,System.Collections.Generic.Dictionary{System.String,System.Object})"]

value
Type: SystemObject

[Missing <param name="value"/> documentation for "M:Stimulsoft.Report.CrossTab.Core.StiGrid.SetCell(System.Int32,System.Int32,System.Int32,System.Int32,System.Object,System.Object,Stimulsoft.Report.CrossTab.StiCrossField,System.Boolean,System.Object,System.Object,System.Object,System.Collections.Generic.Dictionary{System.String,System.Object})"]

field
Type: Stimulsoft.Report.CrossTabStiCrossField

[Missing <param name="field"/> documentation for "M:Stimulsoft.Report.CrossTab.Core.StiGrid.SetCell(System.Int32,System.Int32,System.Int32,System.Int32,System.Object,System.Object,Stimulsoft.Report.CrossTab.StiCrossField,System.Boolean,System.Object,System.Object,System.Object,System.Collections.Generic.Dictionary{System.String,System.Object})"]

isNumeric
Type: SystemBoolean

[Missing <param name="isNumeric"/> documentation for "M:Stimulsoft.Report.CrossTab.Core.StiGrid.SetCell(System.Int32,System.Int32,System.Int32,System.Int32,System.Object,System.Object,Stimulsoft.Report.CrossTab.StiCrossField,System.Boolean,System.Object,System.Object,System.Object,System.Collections.Generic.Dictionary{System.String,System.Object})"]

hyperlink
Type: SystemObject

[Missing <param name="hyperlink"/> documentation for "M:Stimulsoft.Report.CrossTab.Core.StiGrid.SetCell(System.Int32,System.Int32,System.Int32,System.Int32,System.Object,System.Object,Stimulsoft.Report.CrossTab.StiCrossField,System.Boolean,System.Object,System.Object,System.Object,System.Collections.Generic.Dictionary{System.String,System.Object})"]

toolTip
Type: SystemObject

[Missing <param name="toolTip"/> documentation for "M:Stimulsoft.Report.CrossTab.Core.StiGrid.SetCell(System.Int32,System.Int32,System.Int32,System.Int32,System.Object,System.Object,Stimulsoft.Report.CrossTab.StiCrossField,System.Boolean,System.Object,System.Object,System.Object,System.Collections.Generic.Dictionary{System.String,System.Object})"]

tag
Type: SystemObject

[Missing <param name="tag"/> documentation for "M:Stimulsoft.Report.CrossTab.Core.StiGrid.SetCell(System.Int32,System.Int32,System.Int32,System.Int32,System.Object,System.Object,Stimulsoft.Report.CrossTab.StiCrossField,System.Boolean,System.Object,System.Object,System.Object,System.Collections.Generic.Dictionary{System.String,System.Object})"]

drillDownParameters
Type: System.Collections.GenericDictionaryString, Object

[Missing <param name="drillDownParameters"/> documentation for "M:Stimulsoft.Report.CrossTab.Core.StiGrid.SetCell(System.Int32,System.Int32,System.Int32,System.Int32,System.Object,System.Object,Stimulsoft.Report.CrossTab.StiCrossField,System.Boolean,System.Object,System.Object,System.Object,System.Collections.Generic.Dictionary{System.String,System.Object})"]

Return Value

Type: StiCell

[Missing <returns> documentation for "M:Stimulsoft.Report.CrossTab.Core.StiGrid.SetCell(System.Int32,System.Int32,System.Int32,System.Int32,System.Object,System.Object,Stimulsoft.Report.CrossTab.StiCrossField,System.Boolean,System.Object,System.Object,System.Object,System.Collections.Generic.Dictionary{System.String,System.Object})"]

See Also