Spread for ASP.NET 11 Product Documentation
OnRemoveColumnHeaderRows Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : OnRemoveColumnHeaderRows 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 OnRemoveColumnHeaderRows( _
   ByVal row As Integer, _
   ByVal count As Integer _
) 
'Usage
 
Dim instance As SheetView
Dim row As Integer
Dim count As Integer
 
instance.OnRemoveColumnHeaderRows(row, count)
protected virtual void OnRemoveColumnHeaderRows( 
   int row,
   int count
)

Parameters

row
Row index at which to start
count
Number of rows to remove
See Also

Reference

SheetView Class
SheetView Members