GrapeCity MultiRow Windows Forms Documentation
CreateGridTemplateForColumnMode(Int32,Int32,Int32,Int32,AutoGenerateGridTemplateStyles) Method


A System.Int32 that indicates the row count.
A System.Int32 that indicates the cell's width in the Row section.
A System.Int32 that indicates the cell's height in the Row section.
A System.Int32 that indicates the maximum rows height.
One of the AutoGenerateGridTemplateStyles values that indicate which elements are generated in the template.
Creates a standard left-to-right layout matrix Template with the specified column count, cell's size, maximum column width, and template style.
Syntax
Public Overloads Shared Function CreateGridTemplateForColumnMode( _
   ByVal rowCount As Integer, _
   ByVal cellWidth As Integer, _
   ByVal cellHeight As Integer, _
   ByVal rowsMaxHeight As Integer, _
   ByVal autoGenerateGridTemplateStyles As AutoGenerateGridTemplateStyles _
) As Template
Dim rowCount As Integer
Dim cellWidth As Integer
Dim cellHeight As Integer
Dim rowsMaxHeight As Integer
Dim autoGenerateGridTemplateStyles As AutoGenerateGridTemplateStyles
Dim value As Template
 
value = Template.CreateGridTemplateForColumnMode(rowCount, cellWidth, cellHeight, rowsMaxHeight, autoGenerateGridTemplateStyles)
public static Template CreateGridTemplateForColumnMode( 
   int rowCount,
   int cellWidth,
   int cellHeight,
   int rowsMaxHeight,
   AutoGenerateGridTemplateStyles autoGenerateGridTemplateStyles
)

Parameters

rowCount
A System.Int32 that indicates the row count.
cellWidth
A System.Int32 that indicates the cell's width in the Row section.
cellHeight
A System.Int32 that indicates the cell's height in the Row section.
rowsMaxHeight
A System.Int32 that indicates the maximum rows height.
autoGenerateGridTemplateStyles
One of the AutoGenerateGridTemplateStyles values that indicate which elements are generated in the template.

Return Value

A Template that represents a standard left-to-right layout matrix Template.
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeException

The rowCount is less than or equal to 0.

-or-

The cellWidth is less than or equal to 0.

-or-

The cellHeight is less than or equal to 0.

-or-

The rowsMaxHeight is less than or equal to 0.

System.ComponentModel.InvalidEnumArgumentExceptionThe autoGenerateGridTemplateStyles value is not a valid AutoGenerateGridTemplateStyles value.
Remarks
You can determine which elements are generated by the CreateGridTemplateForColumnMode(Int32,Int32,Int32,Int32) methodusing the autoGenerateGridTemplateStyles.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Template Class
Template Members
Overload List
CreateGridTemplateForColumnMode(Int32) Method
CreateGridTemplateForColumnMode(Int32,Int32,Int32) Method
CreateGridTemplateForColumnMode(Int32,Int32,Int32,Int32) Method
CreateGridTemplateForColumnMode(Int32,Int32,Int32,Int32,AutoGenerateGridTemplateStyles,Int32) Method
CreateGridTemplateForColumnMode(IEnumerable<Cell>) Method
CreateGridTemplateForColumnMode(IEnumerable<Cell>,Int32) Method
CreateGridTemplateForColumnMode(IEnumerable<Cell>,Int32,AutoGenerateGridTemplateStyles) Method
CreateGridTemplateForColumnMode(IEnumerable<Cell>,Int32,AutoGenerateGridTemplateStyles,Int32) Method

 

 


Copyright © GrapeCity, inc. All rights reserved.