예제 #1
0
 /// <summary>
 /// Returns a <see cref="T:System.String" /> that represents this instance.
 /// </summary>
 /// <returns>
 /// A <see cref="T:System.String" /> that represents this instance.
 /// </returns>
 public override string ToString()
 {
     return(string.Format("'{0}:{1}'!{2}", new object[] { (this.StartSource != null) ? this.StartSource.GetParserContext(null).GetExternalSourceToken(this.StartSource) : CalcErrors.Reference.ToString(), (this.StartSource != null) ? this.StartSource.GetParserContext(null).GetExternalSourceToken(this.EndSource) : CalcErrors.Reference.ToString(), CalcIdentity.GetCoord(this.RowIndex, this.ColumnIndex, this.RowCount, this.ColumnCount, this.RangeType) }));
 }
예제 #2
0
 /// <summary>
 /// Returns a <see cref="T:System.String" /> that represents this instance.
 /// </summary>
 /// <returns>
 /// A <see cref="T:System.String" /> that represents this instance.
 /// </returns>
 public override string ToString()
 {
     return(CalcIdentity.GetCoord(this.RowIndex, this.ColumnIndex, this.RowCount, this.ColumnCount, this.RangeType));
 }
예제 #3
0
 /// <summary>
 /// Returns a <see cref="T:System.String" /> that represents this instance.
 /// </summary>
 /// <returns>
 /// A <see cref="T:System.String" /> that represents this instance.
 /// </returns>
 public override string ToString()
 {
     return CalcIdentity.GetCoord(this.RowIndex, this.ColumnIndex);
 }
예제 #4
0
 /// <summary>
 /// Returns a <see cref="T:System.String" /> that represents this instance.
 /// </summary>
 /// <returns>
 /// A <see cref="T:System.String" /> that represents this instance.
 /// </returns>
 public override string ToString()
 {
     return(string.Format("'{0}'!{1}", new object[] { (base.Source != null) ? base.Source.GetParserContext(null).GetExternalSourceToken(base.Source) : CalcErrors.Reference.ToString(), CalcIdentity.GetCoord(this.RowIndex, this.ColumnIndex) }));
 }