Skip to content

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
FransVanEk committed Oct 12, 2014
1 parent c6ebb8b commit 3c56b23
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions WannaApp.Excel/Extensions/ExcelRangeExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,6 @@ public static ExcelRange Width(this ExcelRange range, int widthInPoints)
return range;
}

public static ExcelRange AutoFit(this ExcelRange range)
{
range.GetInteropVersion().AutoFit();
return range;
}

}
}

0 comments on commit 3c56b23

Please sign in to comment.