Excel for WinRT
Style Property (XLRow)


Gets or sets the XLStyle object that determines the appearance of the row.
Syntax
'Declaration
 
Public Property Style As XLStyle
'Usage
 
Dim instance As XLRow
Dim value As XLStyle
 
instance.Style = value
 
value = instance.Style
public XLStyle Style {get; set;}
See Also

Reference

XLRow Class
XLRow Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback