接口 ILeaderLines


public interface ILeaderLines
Represents leader lines on a chart.
  • 方法概要

    修饰符和类型
    方法
    说明
    void
    Deletes the object.
    Returns the Microsoft.Office.Interop.Excel.ChartFormat object.
    Returns the parent object for the specified object.
    void
    Selects the object.
  • 方法详细资料

    • getFormat

      IChartFormat getFormat()
      Returns the Microsoft.Office.Interop.Excel.ChartFormat object.
    • getParent

      ISeries getParent()
      Returns the parent object for the specified object.
    • delete

      void delete()
      Deletes the object.
    • select

      void select()
      Selects the object.