Range.Style Property
Returns a Style object that represents the style of the specified range.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property Style As Object
Get
Set
'Usage
Dim instance As Range
Dim value As Object
value = instance.Style
instance.Style = value
Object Style { get; set; }
Property Value
Type: System.Object