WebGrid.Columns(WebGridColumn[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns an array that contains the specified WebGridColumn instances.
public System.Web.Helpers.WebGridColumn[] Columns (params System.Web.Helpers.WebGridColumn[] columnSet);
member this.Columns : System.Web.Helpers.WebGridColumn[] -> System.Web.Helpers.WebGridColumn[]
Public Function Columns (ParamArray columnSet As WebGridColumn()) As WebGridColumn()
Parameters
- columnSet
- WebGridColumn[]
A variable number of WebGridColumn column instances.
Returns
An array of columns.