Click or drag to resize

FileCsvDocumentTryGetColor Method

Overload List
  NameDescription
Public methodTryGetColor(Int32, Int32, Color)
Retrieves the value of a cell as a color from its 32-bit ARGB integer (FromArgb(Int32)), as written by Set(Int32, Int32, Color).
Public methodTryGetColor(String, Int32, Color)
Retrieves the value of a cell as a color, addressing the column by header name.
Top
See Also