Skip to main content

get_comment

Function get_comment 

Source
pub fn get_comment(
    comments: &Option<Comments>,
    cell: &str,
) -> Option<CommentConfig>
Expand description

Get the comment for a specific cell.

Returns None if there is no comment on the cell.