Click or drag to resize

StiTableDeleteRows Method

[Missing <summary> documentation for "M:Stimulsoft.Report.Components.Table.StiTable.DeleteRows(System.Int32,System.Int32)"]

Namespace:  Stimulsoft.Report.Components.Table
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public List<StiComponent> DeleteRows(
	int firstRow,
	int lastRow
)

Parameters

firstRow
Type: SystemInt32

[Missing <param name="firstRow"/> documentation for "M:Stimulsoft.Report.Components.Table.StiTable.DeleteRows(System.Int32,System.Int32)"]

lastRow
Type: SystemInt32

[Missing <param name="lastRow"/> documentation for "M:Stimulsoft.Report.Components.Table.StiTable.DeleteRows(System.Int32,System.Int32)"]

Return Value

Type: ListStiComponent

[Missing <returns> documentation for "M:Stimulsoft.Report.Components.Table.StiTable.DeleteRows(System.Int32,System.Int32)"]

See Also