Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICopyOptions

com.aspose.cells.CopyOptions

Hierarchy 层级

  • ICopyOptions

Index 目录

Methods 方法

getColumnCharacterWidth

  • getColumnCharacterWidth(): boolean
  • boolean getColumnCharacterWidth()

    Returns 返回值 boolean

getCopyInvalidFormulasAsValues

  • getCopyInvalidFormulasAsValues(): boolean
  • boolean getCopyInvalidFormulasAsValues()

    Returns 返回值 boolean

getCopyNames

  • getCopyNames(): boolean
  • boolean getCopyNames()

    Returns 返回值 boolean

getExtendToAdjacentRange

  • getExtendToAdjacentRange(): boolean
  • boolean getExtendToAdjacentRange()

    Returns 返回值 boolean

getKeepMacros

  • getKeepMacros(): boolean
  • boolean getKeepMacros()

    Returns 返回值 boolean

getReferToDestinationSheet

  • getReferToDestinationSheet(): boolean
  • boolean getReferToDestinationSheet()

    Returns 返回值 boolean

getReferToSheetWithSameName

  • getReferToSheetWithSameName(): boolean
  • boolean getReferToSheetWithSameName()

    Returns 返回值 boolean

setColumnCharacterWidth

  • setColumnCharacterWidth(value: boolean): void
  • void setColumnCharacterWidth(boolean)

    Parameters 参数

    • value: boolean

    Returns 返回值 void

setCopyInvalidFormulasAsValues

  • setCopyInvalidFormulasAsValues(value: boolean): void
  • void setCopyInvalidFormulasAsValues(boolean)

    Parameters 参数

    • value: boolean

    Returns 返回值 void

setCopyNames

  • setCopyNames(value: boolean): void
  • void setCopyNames(boolean)

    Parameters 参数

    • value: boolean

    Returns 返回值 void

setExtendToAdjacentRange

  • setExtendToAdjacentRange(value: boolean): void
  • void setExtendToAdjacentRange(boolean)

    Parameters 参数

    • value: boolean

    Returns 返回值 void

setKeepMacros

  • setKeepMacros(value: boolean): void
  • void setKeepMacros(boolean)

    Parameters 参数

    • value: boolean

    Returns 返回值 void

setReferToDestinationSheet

  • setReferToDestinationSheet(value: boolean): void
  • void setReferToDestinationSheet(boolean)

    Parameters 参数

    • value: boolean

    Returns 返回值 void

setReferToSheetWithSameName

  • setReferToSheetWithSameName(value: boolean): void
  • void setReferToSheetWithSameName(boolean)

    Parameters 参数

    • value: boolean

    Returns 返回值 void