Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Ext
Net
MVC
Examples
Areas
GridPanel_Spreadsheet
Models
GridPanel_SpreadsheetSubmitModel
C# Class Ext.Net.MVC.Examples.Areas.GridPanel_Spreadsheet.Models.GridPanel_SpreadsheetSubmitModel
Show file
Open project: extnet/Ext.NET.Examples.MVC
Class Usage Examples
Public Methods
Method
Description
GetData
( ) :
List
GetRandomNumber
(
int
min
,
int
max
,
Random
r
) :
int
Method Details
GetData()
public
static
method
public
static
GetData
( ) :
List
return
List
GetRandomNumber()
public
static
method
public
static
GetRandomNumber
(
int
min
,
int
max
,
Random
r
) :
int
min
int
max
int
r
System.Random
return
int