com.aspose.cells

Class InsertOptions

  • java.lang.Object
    • com.aspose.cells.InsertOptions
public class InsertOptions 
extends java.lang.Object

Represents the options of inserting.

Constructor Summary
 
Property Getters/Setters Summary
intgetCopyFormatType()
void
          The value of the property is CopyFormatType integer constant.
booleangetUpdateReference()
void
setUpdateReference(booleanvalue)
           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.
      • getUpdateReference/setUpdateReference

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

    setCopyFormatType

    public voidsetCopyFormatType(intvalue)
    
    The value of the property is CopyFormatType integer constant.

    setUpdateReference

    public voidsetUpdateReference(booleanvalue)
    
    Indicates if references in other worksheets will be updated.