'Declaration Public Function GetHiddenColumns( _ ByVal worksheet As Worksheet, _ Optional ByVal createIfNull As System.Boolean _ ) As HiddenColumnCollection
public HiddenColumnCollection GetHiddenColumns( Worksheet worksheet, System.bool createIfNull )
Exception | Description |
---|---|
System.ArgumentNullException | worksheet is null. |
Adding columns on the returned HiddenColumnCollection instance will not actually hide columns in the worksheet. After modifying the hidden columns in this collection, the Apply method of the CustomView will hide or unhide the columns.
Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
View on GitHub