Share via


ThreeDFormat.BevelBottomInset Property

Returns or sets a value indicating whether the bottom insert bevel should be raised for a ThreeDFormat object. Read/write.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Property BevelBottomInset As Single
    Get
    Set
'Usage
Dim instance As ThreeDFormat
Dim value As Single

value = instance.BevelBottomInset

instance.BevelBottomInset = value
float BevelBottomInset { get; set; }

Property Value

Type: System.Single
Single

See Also

Reference

ThreeDFormat Interface

ThreeDFormat Members

Microsoft.Office.Interop.Excel Namespace