MESCIUS SPREAD for Windows Forms 17.0J
TryGetNumberFormatCategory メソッド

現在のGrapeCity.Spreadsheet.IWorkbookオブジェクト。
数値書式のカテゴリ。
指定した数値書式のカテゴリを取得します。
構文
'Declaration
 
Public Shared Function TryGetNumberFormatCategory( _
   ByVal numberFormat As NumberFormat, _
   ByVal workbook As IWorkbook, _
   ByRef category As PredefinedNumberFormats _
) As Boolean
public static bool TryGetNumberFormatCategory( 
   NumberFormat numberFormat,
   IWorkbook workbook,
   out PredefinedNumberFormats category
)

パラメータ

numberFormat
workbook
現在のGrapeCity.Spreadsheet.IWorkbookオブジェクト。
category
数値書式のカテゴリ。

戻り値の型

数値書式が事前定義されたカテゴリに属する場合はtrue 。 それ以外の場合は false
参照

FormatCells クラス
FormatCells メンバ

 

 


© MESCIUS inc. All rights reserved.