Skip to content

Commit e221282

Browse files
authored
Update image alignment instructions in FAQ
Clarified the description of image alignment in Excel cells.
1 parent 995d681 commit e221282

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Document-Processing/Excel/Excel-Library/NET/faqs/how-to-align-the-image-inside-the-cell.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ documentation: UG
77
---
88

99
# How to align a picture inside a cell in an Excel worksheet?
10-
Image can be aligned in the cell as required using the **TopRowOffset** and **LeftColumnOffset** properties of **ShapeImpl**. In the Microsoft Excel UI, the image is dragged to the required position manually. In the same way, there are no specific values for this property. The values can only be assigned manually.
1110

12-
The following example shows how to align a picture inside a worksheet cell using the Syncfusion .NET Excel (XlsIO) library.
11+
Image can be aligned in the cell as required using the **TopRowOffset** and **LeftColumnOffset** properties of **ShapeImpl** instance. The following example shows how to align a picture inside a worksheet cell using the Syncfusion .NET Excel (XlsIO) library.
1312

1413
{% tabs %}
1514
{% highlight c# tabtitle="C# [Cross-platform]" %}

0 commit comments

Comments
 (0)