API usageSpreadsheet APIEnumerationPositiveFixedAngleOn this pagePositiveFixedAngleAsk a question 60000th of a degree (5400000 = 90 degrees). Type number Example Set the resulting gradient direction angle in 90 degrees. CodeResultPlayground// How to create a gradient fill using positive fixed angle.// Set gradient direction angle.let fill = Api.CreateLinearGradientFill([gs1, gs2], 5400000);