java.lang.Object
com.aspose.cells.Outline
public class Outline
| Property Getters/Setters Summary | ||
|---|---|---|
boolean | getSummaryColumnRight() | |
void | setSummaryColumnRight(boolean value) | |
| Indicates if the summary column will be positioned to the right of the detail columns in the outline. | ||
boolean | getSummaryRowBelow() | |
void | setSummaryRowBelow(boolean value) | |
| Indicates if the summary row will be positioned below the detail rows in the outline. | ||
| Property Getters/Setters Detail |
|---|
getSummaryRowBelow/setSummaryRowBelow | |
public boolean getSummaryRowBelow() / public void setSummaryRowBelow(boolean value) | |
getSummaryColumnRight/setSummaryColumnRight | |
public boolean getSummaryColumnRight() / public void setSummaryColumnRight(boolean value) | |