Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / Column Class / Add Method
Example


In This Topic
    Add Method (Column)
    In This Topic
    Adds a new column or range of columns before this column or range of columns.
    Syntax
    'Declaration
     
    
    Public Sub Add() 
    'Usage
     
    
    Dim instance As Column
     
    instance.Add()
    public void Add()
    Example
    This example adds a column to the sheet.
    See Also