SetBorders
GridCells.SetBorders method
Bir hücre aralığı için kenarlıklar ayarlar.
public void SetBorders(int firstRow, int firstColumn, int rowNumber, int columnNumber,
SetBorderPosition position, WebBorderStyle borderStyle)
Parametre | Tip | Tanım |
---|---|---|
firstRow | Int32 | Aralığın ilk satır numarası (sıfır tabanlı). |
firstColumn | Int32 | Aralığın ilk sütun numarası (sıfır tabanlı). |
rowNumber | Int32 | Satır numarası. |
columnNumber | Int32 | Sütun sayısı. |
position | SetBorderPosition | Sınır konumu. |
borderStyle | WebBorderStyle | Sınır stili. |
Örnekler
[C#]
GridWeb1.WebWorksheets[0].Cells.SetBorders(0, 0, 5, 8, SetBorderPosition.Outline, borderStyle1);
[VB]
GridWeb1.WebWorksheets(0).Cells.SetBorders(0, 0, 5, 8, SetBorderPosition.Outline, borderStyle1)
Ayrıca bakınız
- enum SetBorderPosition
- class WebBorderStyle
- class GridCells
- ad alanı Aspose.Cells.GridWeb.Data
- toplantı Aspose.Cells.GridWeb