RowColumnSpan Members
Include Protected Members
Include Inherited Members
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the span of a row or column cell.
The RowColumnSpan type exposes the following members.
Constructors
Name | Description | |
---|---|---|
RowColumnSpan | Initializes a new instance of the RowColumnSpan class. |
Top
Properties
Name | Description | |
---|---|---|
ColSpan | Gets or sets the column span. | |
RowSpan | Gets or sets the row span. |
Top
Methods
Name | Description | |
---|---|---|
DecrementColSpan | Decrements the column span. | |
DecrementRowSpan | Decrements the row span. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
IncrementColSpan | Increments the column span. | |
IncrementRowSpan | Increments the row span. | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top