Spread for ASP.NET 10 Product Documentation
OnRemoveColumnFooterRows Method


Row index at which to start
Number of rows to remove
Processes the removal of rows from the column header.
Syntax
'Declaration
 
Protected Overridable Sub OnRemoveColumnFooterRows( _
   ByVal row As Integer, _
   ByVal count As Integer _
) 
'Usage
 
Dim instance As SheetView
Dim row As Integer
Dim count As Integer
 
instance.OnRemoveColumnFooterRows(row, count)
protected virtual void OnRemoveColumnFooterRows( 
   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

SheetView Class
SheetView Members

 

 


Copyright © GrapeCity, inc. All rights reserved.