Class SerializableCollapsedField
Represents the class to denote the collapsed field being serialized.
Inheritance
System.Object
SerializableCollapsedField
Namespace: Syncfusion.Windows.Forms.PivotAnalysis.Serialization
Assembly: Syncfusion.PivotAnalysis.Windows.dll
Syntax
public class SerializableCollapsedField : Object
Constructors
SerializableCollapsedField()
Declaration
public SerializableCollapsedField()
Properties
ColumnIndex
Gets or sets a value indicating the column index of hidden values.
Declaration
public int ColumnIndex { get; set; }
Property Value
| Type |
|---|
| System.Int32 |
RowIndex
Gets or sets a value indicating the row index of hidden values.
Declaration
public int RowIndex { get; set; }
Property Value
| Type |
|---|
| System.Int32 |