public class WorkbookRangeFormatRequest extends com.github.davidmoten.odata.client.EntityRequest<WorkbookRangeFormat>
| Constructor and Description |
|---|
WorkbookRangeFormatRequest(com.github.davidmoten.odata.client.ContextPath contextPath) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestNoReturn |
autofitColumns() |
com.github.davidmoten.odata.client.ActionRequestNoReturn |
autofitRows() |
WorkbookRangeBorderCollectionRequest |
borders() |
WorkbookRangeBorderRequest |
borders(String id) |
WorkbookRangeFillRequest |
fill() |
WorkbookRangeFontRequest |
font() |
WorkbookFormatProtectionRequest |
protection() |
public WorkbookRangeFormatRequest(com.github.davidmoten.odata.client.ContextPath contextPath)
public WorkbookRangeBorderCollectionRequest borders()
public WorkbookRangeBorderRequest borders(String id)
public WorkbookRangeFillRequest fill()
public WorkbookRangeFontRequest font()
public WorkbookFormatProtectionRequest protection()
public com.github.davidmoten.odata.client.ActionRequestNoReturn autofitColumns()
public com.github.davidmoten.odata.client.ActionRequestNoReturn autofitRows()
Copyright © 2018–2020. All rights reserved.