[]
        
(Showing Draft Content)

ILeaderLines

Interface ILeaderLines


public interface ILeaderLines
Represents leader lines on a chart.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deletes the object.
    Returns the Microsoft.Office.Interop.Excel.ChartFormat object.
    Returns the parent object for the specified object.
    void
    Selects the object.
  • Method Details

    • 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.