GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet.UI 名前空間 > IntelliSenseItems クラス : GetFunctionIntelliSense メソッド |
'Declaration
Public Shared Function GetFunctionIntelliSense( _ ByVal workbook As IWorkbook, _ ByVal function As Function, _ ByVal argIndex As Integer, _ ByVal argCount As Integer, _ ByVal font As Font, _ Optional ByVal showOptionalArgument As Boolean, _ Optional ByVal ellipsisText As String _ ) As FunctionIntelliSense
public static FunctionIntelliSense GetFunctionIntelliSense( IWorkbook workbook, Function function, int argIndex, int argCount, Font font, bool showOptionalArgument, string ellipsisText )