RowTotal Property
Description
The sum of the values in the specified graph data row. The row number is zero-based.
Property type
Read-only property
Syntax
Visual Basic
Public Property RowTotal( _
   ByVal Row As Long _
) As Long
Parameters
Row
The row number (zero-based).
See Also