Spread Windows Forms 9.0 Product Documentation
RemoveColumns Method (SheetView)
Example 


Index of first column to remove
Number of columns to remove
Removes the column or columns on this sheet at the specified index.
Syntax
'Declaration
 
Public Overridable Sub RemoveColumns( _
   ByVal column As Integer, _
   ByVal count As Integer _
) 
'Usage
 
Dim instance As SheetView
Dim column As Integer
Dim count As Integer
 
instance.RemoveColumns(column, count)
public virtual void RemoveColumns( 
   int column,
   int count
)

Parameters

column
Index of first column to remove
count
Number of columns to remove
Example
This example removes the column or columns from the specified index.
fpSpread1.ActiveSheet.RemoveColumns(2, 498);
fpSpread1.ActiveSheet.RemoveRows(2, 498);
FpSpread1.ActiveSheet.RemoveColumns(2, 498)
FpSpread1.ActiveSheet.RemoveRows(2, 498)
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

SheetView Class
SheetView Members

User-Task Documentation

Removing a Row or Column

 

 


Copyright © GrapeCity, inc. All rights reserved.