Class GridPivotItem
Contents
[
Hide
]GridPivotItem class
Represents a item in a PivotField report.
public class GridPivotItem
Properties
Name | Description |
---|---|
Index { get; set; } | Gets the index of the pivot item in the pivot field |
IsHidden { get; set; } | Gets and Sets whether the pivot item is hidden. |
Name { get; } | Gets the name of the pivot item. |
Value { get; } | Gets the value of the pivot item |
Methods
Name | Description |
---|---|
GetDateTimeValue() | Gets the date time value of the pivot item If the value is null ,it will return DateTime.MinValue |
GetDoubleValue() | Gets the double value of the pivot item If the value is null or not number ,it will return 0 |
GetStringValue() | Gets the string value of the pivot item If the value is null, it will return "" |
Move(int) | Moves the item up or down. |
See Also
- namespace Aspose.Cells.GridWeb.Data
- assembly Aspose.Cells.GridWeb