java.lang.Object
com.aspose.cells.InsertOptions
public class InsertOptions
| Constructor Summary |
|---|
InsertOptions()
|
| Property Getters/Setters Summary | ||
|---|---|---|
int | getCopyFormatType() | |
void | setCopyFormatType(int value) | |
| The value of the property is CopyFormatType integer constant. | ||
boolean | getUpdateReference() | |
void | setUpdateReference(boolean value) | |
| Indicates if references in other worksheets will be updated. | ||
| Constructor Detail |
|---|
public InsertOptions()
| Property Getters/Setters Detail |
|---|
getCopyFormatType/setCopyFormatType | |
public int getCopyFormatType() / public void setCopyFormatType(int value) | |
getUpdateReference/setUpdateReference | |
public boolean getUpdateReference() / public void setUpdateReference(boolean value) | |