com.aspose.cells
Class InsertOptions

java.lang.Object
    extended by com.aspose.cells.InsertOptions

public class InsertOptions 
extends java.lang.Object

Represents the options of inserting.


Constructor Summary
InsertOptions()
          
 
Property Getters/Setters Summary
intgetCopyFormatType()
voidsetCopyFormatType(int)
          The value of the property is CopyFormatType integer constant.
booleangetUpdateReference()
voidsetUpdateReference(boolean)
           Indicates if references in other worksheets will be updated.
 

Constructor Detail

InsertOptions

public InsertOptions()

Property Getters/Setters Detail

getCopyFormatType/setCopyFormatType

public int getCopyFormatType() / public void setCopyFormatType(int value)
The value of the property is CopyFormatType integer constant.

setCopyFormatType

public void setCopyFormatType(int value)
The value of the property is CopyFormatType integer constant.

getUpdateReference/setUpdateReference

public boolean getUpdateReference() / public void setUpdateReference(boolean value)
Indicates if references in other worksheets will be updated.

setUpdateReference

public void setUpdateReference(boolean value)
Indicates if references in other worksheets will be updated.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.