GrapeCity MultiRow Windows Forms Documentation
CreateGridTemplateForColumnMode(Int32,Int32,Int32,Int32,AutoGenerateGridTemplateStyles,Int32) 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.
A System.Int32 that indicates the row header's height.
Creates a standard left-to-right layout matrix Template with the specified column count, cell's size, maximum column width, template style, and row header's width.
Syntax
Public Overloads Shared Function CreateGridTemplateForColumnMode( _
   ByVal rowCount As Integer, _
   ByVal cellWidth As Integer, _
   ByVal cellHeight As Integer, _
   ByVal rowsMaxHeight As Integer, _
   ByVal autoGeneratorGridTemplateStyles As AutoGenerateGridTemplateStyles, _
   ByVal rowHeaderCellHeight As Integer _
) As Template
Dim rowCount As Integer
Dim cellWidth As Integer
Dim cellHeight As Integer
Dim rowsMaxHeight As Integer
Dim autoGeneratorGridTemplateStyles As AutoGenerateGridTemplateStyles
Dim rowHeaderCellHeight As Integer
Dim value As Template
 
value = Template.CreateGridTemplateForColumnMode(rowCount, cellWidth, cellHeight, rowsMaxHeight, autoGeneratorGridTemplateStyles, rowHeaderCellHeight)
public static Template CreateGridTemplateForColumnMode( 
   int rowCount,
   int cellWidth,
   int cellHeight,
   int rowsMaxHeight,
   AutoGenerateGridTemplateStyles autoGeneratorGridTemplateStyles,
   int rowHeaderCellHeight
)

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.
autoGeneratorGridTemplateStyles
One of the AutoGenerateGridTemplateStyles values that indicate which elements are generated in the template.
rowHeaderCellHeight
A System.Int32 that indicates the row header's height.

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.

-or-

The rowHeaderCellHeight is less than or equal to 0.

System.ComponentModel.InvalidEnumArgumentExceptionThe autoGeneratorGridTemplateStyles value is not a valid AutoGenerateGridTemplateStyles value.
Remarks
You can change the CornerHeaderCell and RowHeaderCell's height through rowHeaderCellHeight when using the CreateGridTemplateForColumnMode(Int32,Int32,Int32,Int32,AutoGenerateGridTemplateStyles) method.
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) 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.