asposediagram.api

Indicates a row in the data recordset.

Constructor Summary
Row()
Constructor.
 
Property Getters/Setters Summary
methodgetPageID()
method
setPageID(value)
           Page ID of the shape.
methodgetRowID()
method
setRowID(value)
           The original row ID.
methodgetShapeID()
method
setShapeID(value)
           Shape ID of the shape.
 

    • Constructor Detail

      • Row

        Row()
        Constructor.
    • Property Getters/Setters Detail

      • getRowID/setRowID : long 

        long getRowID() / setRowID(value)
        
        The original row ID.
      • getShapeID/setShapeID : long 

        long getShapeID() / setShapeID(value)
        
        Shape ID of the shape.
      • getPageID/setPageID : long 

        long getPageID() / setPageID(value)
        
        Page ID of the shape.