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


Row index at which to start
Number of rows to remove
Processes the removal of rows to the layout template data model.
Syntax
'Declaration
 
Protected Overridable Sub OnRemoveRows( _
   ByVal row As Integer, _
   ByVal count As Integer _
) 
'Usage
 
Dim instance As LayoutTemplate
Dim row As Integer
Dim count As Integer
 
instance.OnRemoveRows(row, count)
protected virtual void OnRemoveRows( 
   int row,
   int count
)

Parameters

row
Row index at which to start
count
Number of rows to remove
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.