Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / DefaultSheetDataModel Class / AddColumn Method


In This Topic
    AddColumn Method (DefaultSheetDataModel)
    In This Topic
    Adds a column to the data model after the last column.
    Adds a column to the data model.
    Overload List
    OverloadDescription
    Adds a column to the data model after the last column.  
    Adds a column to the data model at the specified position.  
    Remarks
    If you want to add more than one column, use the AddColumns method.
    See Also