ASF Bugzilla – Attachment 4228 Details for
Bug 15537
[PATCH] Add support for setting the active cell in a worksheet through usermodel
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for HSSFCell
HSSFCell.active_cell.patch (text/plain), 954 bytes, created by
Brian Sanders
on 2002-12-19 16:49:13 UTC
(
hide
)
Description:
Patch for HSSFCell
Filename:
MIME Type:
Creator:
Brian Sanders
Created:
2002-12-19 16:49:13 UTC
Size:
954 bytes
patch
obsolete
>=================================================================== >File: HSSFCell.java Status: Locally Modified > Working revision: 1.19 > Repository revision: 1.19 /home/cvspublic/jakarta-poi/src/java/org/apache/poi/hssf/usermodel/HSSFCell.java,v > Sticky Tag: (none) > Sticky Date: (none) > Sticky Options: (none) >Index: org/apache/poi/hssf/usermodel/HSSFCell.java >=================================================================== >RCS file: /home/cvspublic/jakarta-poi/src/java/org/apache/poi/hssf/usermodel/HSSFCell.java,v >retrieving revision 1.19 >diff -r1.19 HSSFCell.java >97a98 >> * @author Brian Sanders (kestrel at burdell dot org) Active Cell support >974a976,984 >> } >> >> /** >> * Sets this cell as the active cell for the worksheet >> */ >> public void setAsActiveCell() >> { >> this.sheet.setActiveCellRow(this.row); >> this.sheet.setActiveCellCol(this.cellNum); >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 15537
:
4227
| 4228 |
4243