Add
محتويات
[
يخفي
]Add(int, int, int, int, Stream)
يضيف صورة إلى المجموعة.
public int Add(int upperLeftRow, int upperLeftColumn, int lowerRightRow, int lowerRightColumn,
Stream stream)
| معامل | يكتب | وصف |
|---|---|---|
| upperLeftRow | Int32 | فهرس الصف العلوي الأيسر. |
| upperLeftColumn | Int32 | فهرس العمود الأيسر العلوي. |
| lowerRightRow | Int32 | فهرس الصف السفلي الأيمن |
| lowerRightColumn | Int32 | فهرس العمود الأيمن السفلي |
| stream | Stream | كائن دفق يحتوي على بيانات الصورة. |
قيمة الإرجاع
Picture فهرس الكائن.
أنظر أيضا
- class GridPictureCollection
- مساحة الاسم Aspose.Cells.GridDesktop.Data
- المجسم Aspose.Cells.GridDesktop
Add(int, int, int, int, string)
يضيف صورة إلى المجموعة.
public int Add(int upperLeftRow, int upperLeftColumn, int lowerRightRow, int lowerRightColumn,
string fileName)
| معامل | يكتب | وصف |
|---|---|---|
| upperLeftRow | Int32 | فهرس الصف العلوي الأيسر. |
| upperLeftColumn | Int32 | فهرس العمود الأيسر العلوي. |
| lowerRightRow | Int32 | فهرس الصف السفلي الأيمن |
| lowerRightColumn | Int32 | فهرس العمود الأيمن السفلي |
| fileName | String | اسم ملف الصورة. |
قيمة الإرجاع
Picture فهرس الكائن.
أنظر أيضا
- class GridPictureCollection
- مساحة الاسم Aspose.Cells.GridDesktop.Data
- المجسم Aspose.Cells.GridDesktop
Add(int, int, Stream)
يضيف صورة إلى المجموعة.
public int Add(int upperLeftRow, int upperLeftColumn, Stream stream)
| معامل | يكتب | وصف |
|---|---|---|
| upperLeftRow | Int32 | فهرس الصف العلوي الأيسر. |
| upperLeftColumn | Int32 | فهرس العمود الأيسر العلوي. |
| stream | Stream | كائن دفق يحتوي على بيانات الصورة. |
قيمة الإرجاع
Picture فهرس الكائن.
أنظر أيضا
- class GridPictureCollection
- مساحة الاسم Aspose.Cells.GridDesktop.Data
- المجسم Aspose.Cells.GridDesktop
Add(int, int, string)
يضيف صورة إلى المجموعة.
public int Add(int upperLeftRow, int upperLeftColumn, string fileName)
| معامل | يكتب | وصف |
|---|---|---|
| upperLeftRow | Int32 | فهرس الصف العلوي الأيسر. |
| upperLeftColumn | Int32 | فهرس العمود الأيسر العلوي. |
| fileName | String | اسم ملف الصورة. |
قيمة الإرجاع
Picture فهرس الكائن.
أنظر أيضا
- class GridPictureCollection
- مساحة الاسم Aspose.Cells.GridDesktop.Data
- المجسم Aspose.Cells.GridDesktop
Add(int, int, string, int, int)
يضيف صورة إلى المجموعة.
public int Add(int upperLeftRow, int upperLeftColumn, string fileName, int widthScale,
int heightScale)
| معامل | يكتب | وصف |
|---|---|---|
| upperLeftRow | Int32 | فهرس الصف العلوي الأيسر. |
| upperLeftColumn | Int32 | فهرس العمود الأيسر العلوي. |
| fileName | String | اسم ملف الصورة. |
| widthScale | Int32 | مقياس عرض الصورة ، نسبة مئوية. |
| heightScale | Int32 | مقياس ارتفاع الصورة ، نسبة مئوية. |
قيمة الإرجاع
Picture فهرس الكائن.
أنظر أيضا
- class GridPictureCollection
- مساحة الاسم Aspose.Cells.GridDesktop.Data
- المجسم Aspose.Cells.GridDesktop
Add(string, string)
إضافة صورة إلى خلية محددة باسم الخلية.
public void Add(string cellName, string fileName)
| معامل | يكتب | وصف |
|---|---|---|
| cellName | String | اسم خلية الشبكة. |
| fileName | String | اسم ملف الصورة. |
أنظر أيضا
- class GridPictureCollection
- مساحة الاسم Aspose.Cells.GridDesktop.Data
- المجسم Aspose.Cells.GridDesktop
Add(int, int, Image)
إضافة صورة إلى خلية محددة في فهرس عمود الصف .
public void Add(int row, int col, Image image)
| معامل | يكتب | وصف |
|---|---|---|
| row | Int32 | فهرس صف الخلية. |
| col | Int32 | فهرس العمود للخلية. |
| image | Image | صورة. |
أنظر أيضا
- class GridPictureCollection
- مساحة الاسم Aspose.Cells.GridDesktop.Data
- المجسم Aspose.Cells.GridDesktop