Add
محتويات
[
يخفي
]Add(int, int, int, int, string)
إضافة ارتباط تشعبي إلى خلية محددة أو نطاق من الخلايا.
public int Add(int firstRow, int firstColumn, int totalRows, int totalColumns, string address)
معامل | يكتب | وصف |
---|---|---|
firstRow | Int32 | الصف الأول من نطاق الارتباط التشعبي. |
firstColumn | Int32 | العمود الأول لنطاق الارتباط التشعبي. |
totalRows | Int32 | عدد الصفوف في نطاق الارتباط التشعبي هذا. |
totalColumns | Int32 | عدد الأعمدة في نطاق الارتباط التشعبي هذا. |
address | String | عنوان الارتباط التشعبي. |
قيمة الإرجاع
Hyperlink فهرس الكائن.
أمثلة
[C#]
Worksheet worksheet = excel.Worksheets[0];
worksheet.Hyperlinks.Add("A4", 1, 1, "http://www.aspose.com ") ;
worksheet.Hyperlinks.Add("A5", 1, 1, "c:\\book1.xls");
[Visual Basic]
Dim worksheet as Worksheet = excel.Worksheets(0)
worksheet.Hyperlinks.Add("A4", 1, 1, "http://www.aspose.com ")
worksheet.Hyperlinks.Add("A5", 1, 1, "c:\\book1.xls")
أنظر أيضا
- class GridHyperlinkCollection
- مساحة الاسم Aspose.Cells.GridWeb.Data
- المجسم Aspose.Cells.GridWeb
Add(string, int, int, string)
إضافة ارتباط تشعبي إلى خلية محددة أو نطاق من الخلايا.
public int Add(string cellName, int totalRows, int totalColumns, string address)
معامل | يكتب | وصف |
---|---|---|
cellName | String | اسم الخلية. |
totalRows | Int32 | عدد الصفوف في نطاق الارتباط التشعبي هذا. |
totalColumns | Int32 | عدد الأعمدة في نطاق الارتباط التشعبي هذا. |
address | String | عنوان الارتباط التشعبي. |
قيمة الإرجاع
GridHyperlink
فهرس الكائن.
أنظر أيضا
- class GridHyperlinkCollection
- مساحة الاسم Aspose.Cells.GridWeb.Data
- المجسم Aspose.Cells.GridWeb
Add(string, string)
إضافة ارتباط تشعبي إلى خلية محددة .
public int Add(string cellName, string address)
معامل | يكتب | وصف |
---|---|---|
cellName | String | اسم الخلية. |
address | String | عنوان الارتباط التشعبي. |
قيمة الإرجاع
GridHyperlink
فهرس الكائن.
أنظر أيضا
- class GridHyperlinkCollection
- مساحة الاسم Aspose.Cells.GridWeb.Data
- المجسم Aspose.Cells.GridWeb
Add(string, string, string, string, string)
إضافة ارتباط تشعبي إلى خلية محددة أو نطاق من الخلايا.
public int Add(string startCellName, string endCellName, string address, string textToDisplay,
string screenTip)
معامل | يكتب | وصف |
---|---|---|
startCellName | String | الخلية العلوية اليسرى من النطاق. |
endCellName | String | الخلية اليمنى السفلية من النطاق. |
address | String | عنوان الارتباط التشعبي. |
textToDisplay | String | النص الذي سيتم عرضه للارتباط التشعبي المحدد. |
screenTip | String | نص تلميح الشاشة للارتباط التشعبي المحدد. |
قيمة الإرجاع
GridHyperlink
فهرس الكائن.
أنظر أيضا
- class GridHyperlinkCollection
- مساحة الاسم Aspose.Cells.GridWeb.Data
- المجسم Aspose.Cells.GridWeb