SetFill Method
SetFill(int, Fill)
Gets or sets the fill at the specified index.
Declaration
public void SetFill(int index, Fill fill)
Public Sub SetFill(index As Integer, fill As Fill)
Parameters
Type |
Name |
Description |
int |
index |
Index of fill.
|
Fill |
fill |
Fill.
|