Click or drag to resize

StiTableSizerMakeAutoSize Method

[Missing <summary> documentation for "M:Stimulsoft.Report.Dashboard.Helpers.StiTableSizer.MakeAutoSize(System.Windows.Forms.DataGridView,System.Boolean)"]

Namespace:  Stimulsoft.Report.Dashboard.Helpers
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static void MakeAutoSize(
	DataGridView grid,
	bool skipLimit = false
)

Parameters

grid
Type: System.Windows.FormsDataGridView

[Missing <param name="grid"/> documentation for "M:Stimulsoft.Report.Dashboard.Helpers.StiTableSizer.MakeAutoSize(System.Windows.Forms.DataGridView,System.Boolean)"]

skipLimit (Optional)
Type: SystemBoolean

[Missing <param name="skipLimit"/> documentation for "M:Stimulsoft.Report.Dashboard.Helpers.StiTableSizer.MakeAutoSize(System.Windows.Forms.DataGridView,System.Boolean)"]

See Also