[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.AIModelResponse.Content

Content Property

Content

Gets or sets the response content returned from the AI model.

Declaration
public string Content { get; set; }
Public Property Content As String
Remarks

The content should be a well-formed JSON 2D array string without additional explanatory text. This ensures direct compatibility with spreadsheet cell ranges.

Examples: [["Result1", "Result2"], ["Result3", "Result4"]] or [["result"]]