The number of rows used with the cell size to determine the size of the fishnet. (In, Required)
Syntax
Visual Basic (Declaration) | |
---|
Public Property number_rows As Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As CreateFishnet
Dim value As Integer
instance.number_rows = value
value = instance.number_rows |
C# | |
---|
public int number_rows {get; set;} |
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also