Version

InsertColumns(Int32,Int32) Method

Inserts one or more columns into the table
Syntax
public void InsertColumns( 
   int tableColumnIndex,
   int count
)

Parameters

tableColumnIndex
The insertion point relative to the first column in the table.
count
The number of columns to insert
Exceptions
ExceptionDescription
System.InvalidOperationExceptionIf the operation is not allowed, e.g. if it would cause data to be shifted off the worksheet.
System.IndexOutOfRangeExceptionIf index is negative.
System.ArgumentOutOfRangeExceptionIf count is less than 1.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also