Ejemplo n.º 1
0
 /// <summary>
 /// Determines if this cell has the same style as the specifying one.
 /// </summary>
 internal bool MatchStyle(ExcelCell other) => Style == other.Style;
Ejemplo n.º 2
0
 /// <summary>
 /// Determines if this cell has the same style as the specifying one.
 /// </summary>
 internal bool MatchStyle(ExcelCell other)
 {
     return(Style == other.Style);
 }