Bug 33736 - [PATCH] Hidden column property
Summary: [PATCH] Hidden column property
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: HSSF (show other bugs)
Version: unspecified
Hardware: PC Windows 2000
: P2 enhancement with 1 vote (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-24 19:29 UTC by Jean-Pierre Paris
Modified: 2006-08-27 21:41 UTC (History)
0 users



Attachments
Methods to access column hidden property (4.08 KB, patch)
2005-02-24 19:31 UTC, Jean-Pierre Paris
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jean-Pierre Paris 2005-02-24 19:29:36 UTC
With high level API (usermodel), one can get/set the hidden property of a column.
Comment 1 Jean-Pierre Paris 2005-02-24 19:31:24 UTC
Created attachment 14358 [details]
Methods to access column hidden property

Appropriate methods added to usermodel.HSSFSheet and model.Sheet
Comment 2 Jason Height 2006-08-28 04:41:50 UTC
Applied patch for Column Hiding. Thanks Jean-Pierre

Jason