[]
        
(Showing Draft Content)

FarPoint.Web.Spread.LayoutColumns.Add

Add Method

Add(int, int)

Adds a new layout column or range of layout columns.

Declaration
[Obsolete("Callers should not use the RowTemplate property and should instead use the WorksheetTemplate property.")]
public void Add(int index, int count)
<Obsolete("Callers should not use the RowTemplate property and should instead use the WorksheetTemplate property.")>
Public Sub Add(index As Integer, count As Integer)
Parameters
Type Name Description
int index

Layout column index at which to start

int count

Number of layout columns to add