Spread for ASP.NET 10 Product Documentation
OnAddColumns Method (LayoutTemplate)


Column index at which to start
Number of rows to add
Processes the addition of columns to the layout template data model.
Syntax
'Declaration
 
Protected Overridable Sub OnAddColumns( _
   ByVal column As Integer, _
   ByVal count As Integer _
) 
'Usage
 
Dim instance As LayoutTemplate
Dim column As Integer
Dim count As Integer
 
instance.OnAddColumns(column, count)
protected virtual void OnAddColumns( 
   int column,
   int count
)

Parameters

column
Column index at which to start
count
Number of rows to add
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

LayoutTemplate Class
LayoutTemplate Members

 

 


Copyright © GrapeCity, inc. All rights reserved.