AddButton
Innehåll
[
Dölj
]AddButton(int, int, int, int, string)
Lägger till en knapp i en angiven cell vid radkolumnindex.
public Button AddButton(int row, int col, int width, int height, string text)
Parameter | Typ | Beskrivning |
---|---|---|
row | Int32 | Radindex för cell. |
col | Int32 | Kolumnindex för cellen. |
width | Int32 | Knappens bredd. |
height | Int32 | Knappens höjd. |
text | String | Knapp-text. |
Returvärde
Den tillagda knappen.
Se även
- class Button
- class CellControlCollection
- namnutrymme Aspose.Cells.GridDesktop
- hopsättning Aspose.Cells.GridDesktop
AddButton(string, int, int, string)
Lägger till en knapp i en specificerad cell efter cellnamn.
public Button AddButton(string cellName, int width, int height, string text)
Parameter | Typ | Beskrivning |
---|---|---|
cellName | String | Namn på rutnätscellen. |
width | Int32 | Knappens bredd. |
height | Int32 | Knappens höjd. |
text | String | Knapp-text. |
Returvärde
Den tillagda knappen.
Se även
- class Button
- class CellControlCollection
- namnutrymme Aspose.Cells.GridDesktop
- hopsättning Aspose.Cells.GridDesktop
AddButton(int, int, int, int, string, bool)
Lägger till en knapp i en angiven cell vid radkolumnindex.
public Button AddButton(int row, int col, int width, int height, string text, bool alwaysVisible)
Parameter | Typ | Beskrivning |
---|---|---|
row | Int32 | Radindex för cell. |
col | Int32 | Kolumnindex för cellen. |
width | Int32 | Knappens bredd. |
height | Int32 | Knappens höjd. |
text | String | Knapp-text. |
alwaysVisible | Boolean | Om knappen alltid ska vara synlig, fungerar endast för cellkontrollknappen. |
Returvärde
Den tillagda knappen.
Se även
- class Button
- class CellControlCollection
- namnutrymme Aspose.Cells.GridDesktop
- hopsättning Aspose.Cells.GridDesktop
AddButton(string, int, int, string, bool)
Lägger till en knapp i en specificerad cell efter cellnamn.
public Button AddButton(string cellName, int width, int height, string text, bool alwaysVisible)
Parameter | Typ | Beskrivning |
---|---|---|
cellName | String | Namn på rutnätscellen. |
width | Int32 | Knappens bredd. |
height | Int32 | Knappens höjd. |
text | String | Knapp-text. |
alwaysVisible | Boolean | Om knappen alltid ska vara synlig, fungerar endast för cellkontrollknappen. |
Returvärde
Den tillagda knappen.
Se även
- class Button
- class CellControlCollection
- namnutrymme Aspose.Cells.GridDesktop
- hopsättning Aspose.Cells.GridDesktop