Search
BinaryContext.ReadColor Method
See Also
 






Reads a Color object from the underlying stream.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public Nullable<Color> ReadColor ()

Visual Basic  Copy Code

Public Function ReadColor () As Nullable(Of Color)

 Return Value

An instance of the .NET Color structure or null (Nothing in Visual Basic).

 See Also