Package | Description |
---|---|
com.aspose.cells.api |
Modifier and Type | Method and Description |
---|---|
ValidationResponse |
CellsApi.DeleteWorkSheetValidation(String name,
String sheetName,
Integer validationIndex,
String storage,
String folder)
DeleteWorkSheetValidation
Delete worksheet validation by index.
|
ValidationResponse |
CellsApi.GetWorkSheetValidation(String name,
String sheetName,
Integer validationIndex,
String storage,
String folder)
GetWorkSheetValidation
Get worksheet validation by index.
|
ValidationResponse |
CellsApi.PostWorkSheetValidation(String name,
String sheetName,
Integer validationIndex,
String storage,
String folder,
File file)
PostWorkSheetValidation
Update worksheet validation by index.
|
ValidationResponse |
CellsApi.PutWorkSheetValidation(String name,
String sheetName,
String range,
String storage,
String folder,
Object file)
PutWorkSheetValidation
Add worksheet validation at index.
|
Copyright © 2015. All rights reserved.