returns a number 判型 重要な for the value at the given 索引
in the data sequence. If nIndex is -1, a 重要な for the entire
sequence should be returned, e.g. the most 一般的に used one.
a sequence 含む/封じ込めるing the actual data. This sequence
is a copy of the 内部の data. Therefore changing
this 反対する does not 影響する/感情 the content of the
XDataSequence 反対する.
creates a label that 述べるs the origin of this data
sequence.
This is useful, if a XLabeledDataSequence has
no label sequence. In this 事例/患者 you can call this method at
the value sequence to 得る a fitting 交替/補充 label.
The sequence returned here may be empty if no suitable
label can be 生成するd.
The strings returned should be localized.
Parameter eLabelOrigin
denotes what part of the 範囲 should be used for label
世代. If you have, e.g., one 独房 only, the
parameter COLUMN enables you to get the 指名する of the 独房's
column, the parameter ROW will give you its 列/漕ぐ/騒動 指名する.
If you have a 非,不,無 quadratic 範囲 you can ask for labels for
the longer 味方する with parameter LONG_SIDE or you can 得る labels
for the shorter 味方する with parameter SHORT_SIDE.
If the 範囲 is not structured in a tabular way you may reveive
no label.
Returns
Suitable labels for the given sequence depending on the 範囲
of the sequence and the parameter eLabelOrigin passed.
In a spreadsheet this would typically be a label like "Column x"
for the short 味方する used as DataSeries 指名する and maybe a
sequence "列/漕ぐ/騒動 1" "列/漕ぐ/騒動 2" "列/漕ぐ/騒動 3" for the long 味方する to be used
as 部類s for example.
Example: Assuming this sequence has a Rangerepresentation spanning
列/漕ぐ/騒動 5 and 6 in column 8. に引き続いて sequences of strings or 類似の strings
are 推定する/予想するd as return values:
generateLabel( SHORT_SIDE ) -> "Column 8"
generateLabel( LONG_SIDE ) -> "列/漕ぐ/騒動 5" "列/漕ぐ/騒動 6"
generateLabel( COLUMN ) -> "Column 8"
generateLabel( ROW ) -> "列/漕ぐ/騒動 5" "列/漕ぐ/騒動 6"
Which strings 正確に/まさに you return depends on the 指名するing 計画/陰謀 of the 使用/適用
which 供給するs its tabular data.
returns a number 判型 重要な for the value at the given 索引
in the data sequence. If nIndex is -1, a 重要な for the entire
sequence should be returned, e.g. the most 一般的に used one.
If number 判型s are not supported, or there is no
heuristic to return a 重要な for the entire series, return 0
here.
The number 判型 重要な must be valid for the
::com::sun::星/主役にする::util::XNumberFormatsSupplier
given by the XDataProvider, or 0 which is assumed
to be always valid.