Programmer's Reference > ExcelApplication > Properties > Style
[VBScript] Property Style(StyleName As String) As SAStyle (read-only)
Returns a built-in style. Use Style to assign one of ExcelWriter's built-in styles to a cell. ExcelWriter includes the following styles:
Style
[VBScript] Set Cells = ws.Cells Cells.AddHyperlink 7,1,2,2,"http://www.softartisans.com" Cells(7,1).Value = "SoftArtisans" Cells(7,1).Style = xlw.style("Hyperlink")
Copyright 2006 © SoftArtisans, Inc. All Rights Reserved.