GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet 名前空間 > DataValidations クラス > GetDataRestriction メソッド : GetDataRestriction(Worksheet,Expression,DataValidationType) メソッド |
'Declaration
Public Overloads Shared Function GetDataRestriction( _ ByVal worksheet As Worksheet, _ ByVal expression As Expression, _ ByVal type As DataValidationType _ ) As DataRestrictions
'使用法
Dim worksheet As Worksheet Dim expression As Expression Dim type As DataValidationType Dim value As DataRestrictions value = DataValidations.GetDataRestriction(worksheet, expression, type)
public static DataRestrictions GetDataRestriction( Worksheet worksheet, Expression expression, DataValidationType type )