Parameters
- angle
- Angle to rotate the object
This example uses the Rotate method.
| C# | Copy Code |
|---|---|
fpSpread1.Sheets[0].Cells[0, 0].Text
= "test"; | |
| Visual Basic | Copy Code |
|---|---|
FpSpread1.Sheets(0).Cells(0, 0).Text = "test" | |