Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / WorksheetTemplate Class / Remove Method
Layout column index at which to start
Number of layout columns to remove
Example


In This Topic
    Remove Method (WorksheetTemplate)
    In This Topic
    Removes a column or range of layout columns.
    Syntax
    'Declaration
     
    
    Public Sub Remove( _
       ByVal index As Integer, _
       ByVal count As Integer _
    ) 
    'Usage
     
    
    Dim instance As WorksheetTemplate
    Dim index As Integer
    Dim count As Integer
     
    instance.Remove(index, count)
    public void Remove( 
       int index,
       int count
    )

    Parameters

    index
    Layout column index at which to start
    count
    Number of layout columns to remove
    Example
    This example creates a template.
    See Also