←Select platform

CreateColumns Method

Summary

Creates new columns and inserts them at the specified index within the sheet.

Syntax

C#
C++/CLI
Python
public void CreateColumns( 
   int columnIndex, 
   int count 
) 
public:  
   void CreateColumns( 
      Int32 columnIndex, 
      Int32 count 
   ) 
def CreateColumns(self,columnIndex,count): 

Parameters

columnIndex

A zero-based index at which to start inserting the created columns.

count

The number of columns to create.

Requirements

Target Platforms

See Also

Sheet Class

Sheet Members

Leadtools.Document.LEADOffice.Sheet Namespace

Help Version 23.0.2024.5.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.LEADOffice Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.