ShadowFormat.IncrementOffsetY Method
Changes the vertical offset of the shadow by the specified number of points.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Sub IncrementOffsetY ( _
Increment As Single _
)
'Usage
Dim instance As ShadowFormat
Dim Increment As Single
instance.IncrementOffsetY(Increment)
void IncrementOffsetY(
float Increment
)
Parameters
Increment
Type: System.SingleRequired Single. Specifies how far the shadow offset is to be moved vertically in points. A positive value moves the shadow down; a negative value moves it up.
Remarks
Use the OffsetY property to set the absolute vertical shadow offset.