Angle
type Angle = xlDownward | xlHorizontal | xlUpward | xlVertical
Description
Specifies the range angle.
Try It
oWorksheet.GetRange("A1").SetOrientation("xlUpward");
type Angle = xlDownward | xlHorizontal | xlUpward | xlVertical
Specifies the range angle.
oWorksheet.GetRange("A1").SetOrientation("xlUpward");