bengbengbalabalabeng commented on code in PR #916:
URL: https://github.com/apache/fesod/pull/916#discussion_r3264950385
##########
website/docs/sheet/help/annotation.md:
##########
@@ -146,3 +146,14 @@ Defines a one-time absolute merge region. The parameters
are as follows:
| lastRowIndex | -1 | The index of the last row to merge.
|
| firstColumnIndex | -1 | The index of the first column to merge.
|
| lastColumnIndex | -1 | The index of the last column to merge.
|
+
+### `@FreezePane`
+
+Define a freeze pane for an Excel sheet. The parameters are as follows:
+
+| Name | Default Value | Description
|
+|----------------|---------------|--------------------------------------------------------------------------|
+| colSplit | 0 | Horizontal position of split.
|
+| rowSplit | 0 | Vertical position of split.
|
Review Comment:
Yes, here I am referencing the Javadoc of POI's `Sheet#createFreezePane()`.
Or I'll change it to "Horizontal/Vertical position of freeze pane", WDYT?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]