| Package | Description |
|---|---|
| com.grapecity.documents.excel |
| Modifier and Type | Method and Description |
|---|---|
static LayoutRowType |
LayoutRowType.forValue(int value) |
LayoutRowType |
IPivotTable.getLayoutRowDefault()
This property specifies the layout settings for PivotFields when they are
added to the PivotTable for the first time.
|
static LayoutRowType |
LayoutRowType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LayoutRowType[] |
LayoutRowType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IPivotTable.setLayoutRowDefault(LayoutRowType value)
This property specifies the layout settings for PivotFields when they are
added to the PivotTable for the first time.
|
void |
IPivotTable.setRowAxisLayout(LayoutRowType rowLayout)
This method is used for simultaneously setting layout options for all
existing PivotFields.
|