Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 255 Bytes

Comments-Style-Web.md

File metadata and controls

10 lines (7 loc) · 255 Bytes

Web.jpg

var wb = new XLWorkbook();
var ws = wb.Worksheets.Add("Web");

ws.Cell("A1").Comment.Style.Web.AlternateText = "The alternate text in case you need it.";

wb.SaveAs("CommentsWeb.xlsx");