Class SerializableCollapsedField
Represents the class to denote the collapsed field being serialized.
Inheritance
System.Object
SerializableCollapsedField
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.PivotAnalysis.Serialization
Assembly: Syncfusion.PivotAnalysis.Windows.dll
Syntax
public class SerializableCollapsedField
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 |