Version

FieldPosition Structure Members

The following tables list the members exposed by FieldPosition.

Public Constructors
 NameDescription
Public ConstructorFieldPosition ConstructorConstructor. Initializes a new instance of FieldPosition.  
Public Properties
 NameDescription
Public PropertyColumnLogical column in the field layout that the field appears.  
Public PropertyColumnSpanLogical column span in the field layout that the field occupies.  
Public PropertyRowLogical row in the field layout that the field appears.  
Public PropertyRowSpanLogical row span in the field layout that the field occupies.  
Public Methods
 NameDescription
Public MethodEqualsOverloaded. Compares the specified FieldPosition to this instance's values.  
Public MethodGetHashCodeReturns a hash value for the FieldPosition  
Public MethodToStringReturns a string representation of the FieldPosition  
Public Operators
public Operator Equality Compares two FieldPosition instances to determine if they are equal
public Operator Inequality Compares two FieldPosition instances to determine if they are not equal
See Also