AddButton
Inhalt
[
Ausblenden
]AddButton(int, int, int, int, string)
Fügt eine Schaltfläche zu einer angegebenen Zelle am Zeilenspaltenindex hinzu.
public Button AddButton(int row, int col, int width, int height, string text)
Parameter | Typ | Beschreibung |
---|---|---|
row | Int32 | Zeilenindex der Zelle. |
col | Int32 | Spaltenindex der Zelle. |
width | Int32 | Breite der Schaltfläche. |
height | Int32 | Höhe des Knopfes. |
text | String | Schaltflächentext. |
Rückgabewert
Die hinzugefügte Schaltfläche.
Siehe auch
- class Button
- class CellControlCollection
- namensraum Aspose.Cells.GridDesktop
- Montage Aspose.Cells.GridDesktop
AddButton(string, int, int, string)
Fügt eine Schaltfläche zu einer angegebenen Zelle nach Zellenname hinzu.
public Button AddButton(string cellName, int width, int height, string text)
Parameter | Typ | Beschreibung |
---|---|---|
cellName | String | Name der Rasterzelle. |
width | Int32 | Breite der Schaltfläche. |
height | Int32 | Höhe des Knopfes. |
text | String | Schaltflächentext. |
Rückgabewert
Die hinzugefügte Schaltfläche.
Siehe auch
- class Button
- class CellControlCollection
- namensraum Aspose.Cells.GridDesktop
- Montage Aspose.Cells.GridDesktop
AddButton(int, int, int, int, string, bool)
Fügt eine Schaltfläche zu einer angegebenen Zelle am Zeilenspaltenindex hinzu.
public Button AddButton(int row, int col, int width, int height, string text, bool alwaysVisible)
Parameter | Typ | Beschreibung |
---|---|---|
row | Int32 | Zeilenindex der Zelle. |
col | Int32 | Spaltenindex der Zelle. |
width | Int32 | Breite der Schaltfläche. |
height | Int32 | Höhe des Knopfes. |
text | String | Schaltflächentext. |
alwaysVisible | Boolean | Wenn der Button immer sichtbar sein soll, funktioniert nur der Cell Control Button. |
Rückgabewert
Die hinzugefügte Schaltfläche.
Siehe auch
- class Button
- class CellControlCollection
- namensraum Aspose.Cells.GridDesktop
- Montage Aspose.Cells.GridDesktop
AddButton(string, int, int, string, bool)
Fügt eine Schaltfläche zu einer angegebenen Zelle nach Zellenname hinzu.
public Button AddButton(string cellName, int width, int height, string text, bool alwaysVisible)
Parameter | Typ | Beschreibung |
---|---|---|
cellName | String | Name der Rasterzelle. |
width | Int32 | Breite der Schaltfläche. |
height | Int32 | Höhe des Knopfes. |
text | String | Schaltflächentext. |
alwaysVisible | Boolean | Wenn der Button immer sichtbar sein soll, funktioniert nur der Cell Control Button. |
Rückgabewert
Die hinzugefügte Schaltfläche.
Siehe auch
- class Button
- class CellControlCollection
- namensraum Aspose.Cells.GridDesktop
- Montage Aspose.Cells.GridDesktop