←Select platform

SetColumnHidden Method

Summary

Changes the visibility status of an individual column.

Syntax

C#
C++/CLI
Python
public void SetColumnHidden( 
   int columnIndex, 
   bool hidden 
) 
public:  
   void SetColumnHidden( 
      Int32 columnIndex, 
      bool hidden 
   ) 
def SetColumnHidden(self,columnIndex,hidden): 

Parameters

columnIndex

A zero-based index of the column.

hidden

true to hide the column; otherwise, false.

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.