com.aspose.cells
Class CopyOptions

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

public class CopyOptions 
extends java.lang.Object

Represents the copy options.

Constructor Summary
CopyOptions()
           CopyOptions constructor.
 
Property Getters/Setters Summary
booleangetColumnCharacterWidth()
voidsetColumnCharacterWidth(boolean value)
           Indicates whether copying column width in unit of characters.
booleangetCopyInvalidFormulasAsValues()
voidsetCopyInvalidFormulasAsValues(boolean value)
           If the formula is not valid for the dest destination, only copy values.
booleangetCopyNames()
voidsetCopyNames(boolean value)
           Indicates whether copying the names.
 

Constructor Detail

CopyOptions

public CopyOptions()
CopyOptions constructor.

Property Getters/Setters Detail

getCopyNames/setCopyNames

public boolean getCopyNames() / public void setCopyNames(boolean value)
Indicates whether copying the names.

getCopyInvalidFormulasAsValues/setCopyInvalidFormulasAsValues

public boolean getCopyInvalidFormulasAsValues() / public void setCopyInvalidFormulasAsValues(boolean value)
If the formula is not valid for the dest destination, only copy values.

getColumnCharacterWidth/setColumnCharacterWidth

public boolean getColumnCharacterWidth() / public void setColumnCharacterWidth(boolean value)
Indicates whether copying column width in unit of characters.

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