asposecells.api

Class Timeline

Summary description of Timeline View Due to MS Excel, Excel 2003 does not support Timeline

Property Getters/Setters Summary
methodgetCaption()
method
setCaption(value)
           Returns or sets the caption of the specified Timeline.
methodgetCurrentLevel()
method
          The value of the property is TimelineLevelType integer constant.
methodgetHeightPixel()
method
           Returns or sets the height of the specified timeline, in pixels.
methodgetLeftPixel()
method
           Returns or sets the horizontal offset of timeline shape from its left column, in pixels.
methodgetName()
method
setName(value)
           Returns or sets the name of the specified Timeline
methodgetSelectionLevel()
method
          The value of the property is TimelineLevelType integer constant.
methodgetShape()
Returns the Shape object associated with the specified Timeline. Read-only.
methodgetShowHeader()
method
          
methodgetShowHorizontalScrollbar()
method
          
methodgetShowSelectionLabel()
method
          
methodgetShowTimeLevel()
method
          
methodgetStartDate()
method
          
methodgetTopPixel()
method
           Returns or sets the vertical offset of timeline shape from its top row, in pixels.
methodgetWidthPixel()
method
           Returns or sets the width of the specified timeline, in pixels.
 

    • Property Getters/Setters Detail

      • getShowHeader/setShowHeader : boolean 

        boolean getShowHeader() / setShowHeader(value)
        
      • getShowSelectionLabel/setShowSelectionLabel : boolean 

        boolean getShowSelectionLabel() / setShowSelectionLabel(value)
        
      • getShowTimeLevel/setShowTimeLevel : boolean 

        boolean getShowTimeLevel() / setShowTimeLevel(value)
        
      • getShowHorizontalScrollbar/setShowHorizontalScrollbar : boolean 

        boolean getShowHorizontalScrollbar() / setShowHorizontalScrollbar(value)
        
      • getStartDate/setStartDate : DateTime 

        DateTime getStartDate() / setStartDate(value)
        
      • getCurrentLevel/setCurrentLevel : int 

        int getCurrentLevel() / setCurrentLevel(value)
        
        The value of the property is TimelineLevelType integer constant.
      • getSelectionLevel/setSelectionLevel : int 

        int getSelectionLevel() / setSelectionLevel(value)
        
        The value of the property is TimelineLevelType integer constant.
      • getCaption/setCaption : String 

        String getCaption() / setCaption(value)
        
        Returns or sets the caption of the specified Timeline.
      • getName/setName : String 

        String getName() / setName(value)
        
        Returns or sets the name of the specified Timeline
      • getLeftPixel/setLeftPixel : int 

        int getLeftPixel() / setLeftPixel(value)
        
        Returns or sets the horizontal offset of timeline shape from its left column, in pixels.
      • getTopPixel/setTopPixel : int 

        int getTopPixel() / setTopPixel(value)
        
        Returns or sets the vertical offset of timeline shape from its top row, in pixels.
      • getWidthPixel/setWidthPixel : int 

        int getWidthPixel() / setWidthPixel(value)
        
        Returns or sets the width of the specified timeline, in pixels.
      • getHeightPixel/setHeightPixel : int 

        int getHeightPixel() / setHeightPixel(value)
        
        Returns or sets the height of the specified timeline, in pixels.